Html Css Color HEX #911204 Dark Red

📋 copy color: '#911204'

red 145 ◦ green 18 ◦ blue 4

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

Shades of Dark Red #911204

Tints of Dark Red #911204

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.78%

 BLUE value IS 4 (1.95% from 255) = 2.4%

R = 86.83%
G = 10.78%
B = 2.4%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.97

 K value IS 0.43

RGB Variations

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

Color information

#911204 (or 0x911204) is known color: Dark Red. HEX triplet: 91, 12 and 04. RGB value is (145,18,4). Sum of RGB (Red+Green+Blue) = 145+18+4=167 (22% of max value = 765). Red value is 145 (57.03% from 255 or 86.83% from 167); Green value is 18 (7.42% from 255 or 10.78% from 167); Blue value is 4 (1.95% from 255 or 2.40% from 167); Max value from RGB is 145 - color contains mainly: red. Hex color #911204 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #911204 is #6EEDFB. Grayscale: #363636. Windows color (decimal): -7269884 or 266897. OLE color: 266897.

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

Color convert

RGB 145 18 4 -
CMYK 0 0.88 0.97 0.43
HSL 5.96º 0.95% 0.29% -
HSV(B) 5.96º 0.97% 0.57% -
XYZ 11.92 6.46 0.73 -
YUV 54.38 99.58 192.64 -
System Red Green Blue C M Y K H S L
Decimal 145 18 4 0 0.88 0.97 0.43 5.96 0.95 0.29
Hex 91 12 4 0 58 61 2B 6 5F 1D
Octal 221 22 4 0 130 141 53 6 137 35
Binary 10010001 10010 100 0 1011000 1100001 101011 110 1011111 11101

Color Harmonies of #911204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911204

Black with #911204

Text Example


Text Example

White with #911204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #911204; }

 p { color: rgb(145,18,4); }

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

background-color css

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

 a { background-color: rgb(145,18,4); }

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

border-color css

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

 span { border-color: rgb(145,18,4); }

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