Html Css Color HEX #911009 Dark Red

📋 copy color: '#911009'

red 145 ◦ green 16 ◦ blue 9

#911009
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Red #911009

Tints of Dark Red #911009

RGB

 RED value IS 145 (57.03% from 255) = 85.29%

 GREEN value IS 16 (6.64% from 255) = 9.41%

 BLUE value IS 9 (3.91% from 255) = 5.29%

R = 85.29%
G = 9.41%
B = 5.29%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.94

 K value IS 0.43

RGB Variations

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

Color information

#911009 (or 0x911009) is known color: Dark Red. HEX triplet: 91, 10 and 09. RGB value is (145,16,9). Sum of RGB (Red+Green+Blue) = 145+16+9=170 (22% of max value = 765). Red value is 145 (57.03% from 255 or 85.29% from 170); Green value is 16 (6.64% from 255 or 9.41% from 170); Blue value is 9 (3.91% from 255 or 5.29% from 170); Max value from RGB is 145 - color contains mainly: red. Hex color #911009 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #911009 is #6EEFF6. Grayscale: #353535. Windows color (decimal): -7270391 or 594065. OLE color: 594065.

HSL color Cylindrical-coordinate representation of color #911009: hue angle of 3.09º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #911009 is Cyan = 0, Magento = 0.89, Yellow = 0.94 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 16 9 -
CMYK 0 0.89 0.94 0.43
HSL 3.09º 0.88% 0.3% -
HSV(B) 3.09º 0.94% 0.57% -
XYZ 11.91 6.41 0.87 -
YUV 53.77 102.74 193.07 -
System Red Green Blue C M Y K H S L
Decimal 145 16 9 0 0.89 0.94 0.43 3.09 0.88 0.3
Hex 91 10 9 0 59 5E 2B 3 58 1E
Octal 221 20 11 0 131 136 53 3 130 36
Binary 10010001 10000 1001 0 1011001 1011110 101011 11 1011000 11110

Color Harmonies of #911009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911009

Black with #911009

Text Example


Text Example

White with #911009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #911009; }

 p { color: rgb(145,16,9); }

 H1.HeaderClassName
 {
   color: #911009;
 }
 .AnyTagClassName
 {
   color: #911009;
 }
</style>

background-color css

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

 a { background-color: rgb(145,16,9); }

 div.DivClassName
 {
   background-color: #911009;
 }
 .BgClassName
 {
   background-color: #911009;
 }
</style>

border-color css

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

 span { border-color: rgb(145,16,9); }

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