Html Css Color HEX #911109 Dark Red

📋 copy color: '#911109'

red 145 ◦ green 17 ◦ blue 9

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

Shades of Dark Red #911109

Tints of Dark Red #911109

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.94%

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

R = 84.8%
G = 9.94%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.94

 K value IS 0.43

RGB Variations

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

Color information

#911109 (or 0x911109) is known color: Dark Red. HEX triplet: 91, 11 and 09. RGB value is (145,17,9). Sum of RGB (Red+Green+Blue) = 145+17+9=171 (22% of max value = 765). Red value is 145 (57.03% from 255 or 84.80% from 171); Green value is 17 (7.03% from 255 or 9.94% from 171); Blue value is 9 (3.91% from 255 or 5.26% from 171); Max value from RGB is 145 - color contains mainly: red. Hex color #911109 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #911109 is #6EEEF6. Grayscale: #363636. Windows color (decimal): -7270135 or 594321. OLE color: 594321.

HSL color Cylindrical-coordinate representation of color #911109: hue angle of 3.53º 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 #911109 is Cyan = 0, Magento = 0.88, Yellow = 0.94 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 17 9 -
CMYK 0 0.88 0.94 0.43
HSL 3.53º 0.88% 0.3% -
HSV(B) 3.53º 0.94% 0.57% -
XYZ 11.93 6.44 0.87 -
YUV 54.36 102.41 192.65 -
System Red Green Blue C M Y K H S L
Decimal 145 17 9 0 0.88 0.94 0.43 3.53 0.88 0.3
Hex 91 11 9 0 58 5E 2B 4 58 1E
Octal 221 21 11 0 130 136 53 4 130 36
Binary 10010001 10001 1001 0 1011000 1011110 101011 100 1011000 11110

Color Harmonies of #911109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911109

Black with #911109

Text Example


Text Example

White with #911109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #911109; }

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

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

background-color css

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

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

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

border-color css

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

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

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