Html Css Color HEX #911600 Dark Red

📋 copy color: '#911600'

red 145 ◦ green 22 ◦ blue 0

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

Shades of Dark Red #911600

Tints of Dark Red #911600

RGB

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

 GREEN value IS 22 (8.98% from 255) = 13.17%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 86.83%
G = 13.17%
B = 0%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 1

 K value IS 0.43

RGB Variations

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

Color information

#911600 (or 0x911600) is known color: Dark Red. HEX triplet: 91, 16 and 00. RGB value is (145,22,0). Sum of RGB (Red+Green+Blue) = 145+22+0=167 (22% of max value = 765). Red value is 145 (57.03% from 255 or 86.83% from 167); Green value is 22 (8.98% from 255 or 13.17% from 167); Blue value is 0 (0.39% from 255 or 0% from 167); Max value from RGB is 145 - color contains mainly: red. Hex color #911600 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #911600 is #6EE9FF. Grayscale: #383838. Windows color (decimal): -7268864 or 5777. OLE color: 5777.

HSL color Cylindrical-coordinate representation of color #911600: hue angle of 9.1º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #911600 is Cyan = 0, Magento = 0.85, Yellow = 1 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 22 0 -
CMYK 0 0.85 1 0.43
HSL 9.1º 1% 0.28% -
HSV(B) 9.1º 1% 0.57% -
XYZ 11.96 6.59 0.64 -
YUV 56.27 96.25 191.29 -
System Red Green Blue C M Y K H S L
Decimal 145 22 0 0 0.85 1 0.43 9.1 1 0.28
Hex 91 16 0 0 55 64 2B 9 64 1C
Octal 221 26 0 0 125 144 53 11 144 34
Binary 10010001 10110 0 0 1010101 1100100 101011 1001 1100100 11100

Color Harmonies of #911600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911600

Black with #911600

Text Example


Text Example

White with #911600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #911600; }

 p { color: rgb(145,22,0); }

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

background-color css

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

 a { background-color: rgb(145,22,0); }

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

border-color css

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

 span { border-color: rgb(145,22,0); }

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