#9B1931

Color #9B1931 Bright Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Red #9B1931

Tints of Bright Red #9B1931

Color information

#9B1931 (or 0x9B1931) is unknown color: approx Bright Red. HEX triplet: 9B, 19 and 31. RGB value is (155,25,49). Sum of RGB (Red+Green+Blue) = 155+25+49=229 (30% of max value = 765). Red value is 155 (60.94% from 255 or 67.69% from 229); Green value is 25 (10.16% from 255 or 10.92% from 229); Blue value is 49 (19.53% from 255 or 21.40% from 229); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1931 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B1931 is #64E6CE. Grayscale: #424242. Windows color (decimal): -6612687 or 3217819. OLE color: 3217819.

HSL color Cylindrical-coordinate representation of color #9B1931: hue angle of 348.92º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9B1931 is Cyan = 0, Magento = 0.84, Yellow = 0.68 and Black (K on CMYK) = 0.39.

Color convert

RGB1552549-
CMYK00.840.680.39
HSL348.92º72.22%35.29%-
HSV(B)348.92º83.87%60.78%-
XYZ14.427.893.67-
YUV66.61118.07191.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 155 (60.94% from 255) = 67.69%
GREEN value IS 25 (10.16% from 255) = 10.92%
BLUE value IS 49 (19.53% from 255) = 21.40%
R=67.69%
G=10.92%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.68
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155254900.840.680.39348.9272.2235.29
Hex9B1931054442715d4823
Octal233316101241044753511043
Binary10011011110011100010101010010001001001111010111011001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B1931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B1931; }

 p { color: rgb(155,25,49); }

 H1.HeaderClassName
 {
   color: #9B1931;
 }
 .AnyTagClassName
 {
   color: #9B1931;
 }
</style>
background-color css

<style>
 a { background-color: #9B1931; }

 a { background-color: rgb(155,25,49); }

 div.DivClassName
 {
   background-color: #9B1931;
 }
 .BgClassName
 {
   background-color: #9B1931;
 }
</style>
border-color css

<style>
 span { border-color: #9B1931; }

 span { border-color: rgb(155,25,49); }

 td.TdClassName
 {
   border-color: #9B1931;
 }
 .TagClassName
 {
   border-color: #9B1931;
 }
</style>