Html Css Color HEX #911506 Dark Red

📋 copy color: '#911506'

red 145 ◦ green 21 ◦ blue 6

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

Shades of Dark Red #911506

Tints of Dark Red #911506

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.21%

 BLUE value IS 6 (2.73% from 255) = 3.49%

R = 84.3%
G = 12.21%
B = 3.49%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.96

 K value IS 0.43

RGB Variations

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

Color information

#911506 (or 0x911506) is known color: Dark Red. HEX triplet: 91, 15 and 06. RGB value is (145,21,6). Sum of RGB (Red+Green+Blue) = 145+21+6=172 (22% of max value = 765). Red value is 145 (57.03% from 255 or 84.30% from 172); Green value is 21 (8.59% from 255 or 12.21% from 172); Blue value is 6 (2.73% from 255 or 3.49% from 172); Max value from RGB is 145 - color contains mainly: red. Hex color #911506 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #911506 is #6EEAF9. Grayscale: #383838. Windows color (decimal): -7269114 or 398737. OLE color: 398737.

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

Color convert

RGB 145 21 6 -
CMYK 0 0.86 0.96 0.43
HSL 6.47º 0.92% 0.3% -
HSV(B) 6.47º 0.96% 0.57% -
XYZ 11.98 6.57 0.81 -
YUV 56.37 99.58 191.22 -
System Red Green Blue C M Y K H S L
Decimal 145 21 6 0 0.86 0.96 0.43 6.47 0.92 0.3
Hex 91 15 6 0 56 60 2B 6 5C 1E
Octal 221 25 6 0 126 140 53 6 134 36
Binary 10010001 10101 110 0 1010110 1100000 101011 110 1011100 11110

Color Harmonies of #911506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911506

Black with #911506

Text Example


Text Example

White with #911506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #911506; }

 p { color: rgb(145,21,6); }

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

background-color css

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

 a { background-color: rgb(145,21,6); }

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

border-color css

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

 span { border-color: rgb(145,21,6); }

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