Html Css Color HEX #911409 Dark Red

📋 copy color: '#911409'

red 145 ◦ green 20 ◦ blue 9

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

Shades of Dark Red #911409

Tints of Dark Red #911409

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.49%

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

R = 83.33%
G = 11.49%
B = 5.17%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.94

 K value IS 0.43

RGB Variations

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

Color information

#911409 (or 0x911409) is known color: Dark Red. HEX triplet: 91, 14 and 09. RGB value is (145,20,9). Sum of RGB (Red+Green+Blue) = 145+20+9=174 (23% of max value = 765). Red value is 145 (57.03% from 255 or 83.33% from 174); Green value is 20 (8.20% from 255 or 11.49% from 174); Blue value is 9 (3.91% from 255 or 5.17% from 174); Max value from RGB is 145 - color contains mainly: red. Hex color #911409 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #911409 is #6EEBF6. Grayscale: #383838. Windows color (decimal): -7269367 or 595089. OLE color: 595089.

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

Color convert

RGB 145 20 9 -
CMYK 0 0.86 0.94 0.43
HSL 4.85º 0.88% 0.3% -
HSV(B) 4.85º 0.94% 0.57% -
XYZ 11.98 6.54 0.89 -
YUV 56.12 101.41 191.39 -
System Red Green Blue C M Y K H S L
Decimal 145 20 9 0 0.86 0.94 0.43 4.85 0.88 0.3
Hex 91 14 9 0 56 5E 2B 5 58 1E
Octal 221 24 11 0 126 136 53 5 130 36
Binary 10010001 10100 1001 0 1010110 1011110 101011 101 1011000 11110

Color Harmonies of #911409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911409

Black with #911409

Text Example


Text Example

White with #911409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #911409; }

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

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

background-color css

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

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

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

border-color css

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

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

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