Html Css Color HEX #910C06 Dark Red

📋 copy color: '#910C06'

red 145 ◦ green 12 ◦ blue 6

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

Shades of Dark Red #910C06

Tints of Dark Red #910C06

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.36%

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

R = 88.96%
G = 7.36%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.96

 K value IS 0.43

RGB Variations

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

Color information

#910C06 (or 0x910C06) is known color: Dark Red. HEX triplet: 91, 0C and 06. RGB value is (145,12,6). Sum of RGB (Red+Green+Blue) = 145+12+6=163 (21% of max value = 765). Red value is 145 (57.03% from 255 or 88.96% from 163); Green value is 12 (5.08% from 255 or 7.36% from 163); Blue value is 6 (2.73% from 255 or 3.68% from 163); Max value from RGB is 145 - color contains mainly: red. Hex color #910C06 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910C06 is #6EF3F9. Grayscale: #333333. Windows color (decimal): -7271418 or 396433. OLE color: 396433.

HSL color Cylindrical-coordinate representation of color #910C06: hue angle of 2.59º 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 #910C06 is Cyan = 0, Magento = 0.92, Yellow = 0.96 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 12 6 -
CMYK 0 0.92 0.96 0.43
HSL 2.59º 0.92% 0.3% -
HSV(B) 2.59º 0.96% 0.57% -
XYZ 11.84 6.3 0.76 -
YUV 51.08 102.56 194.99 -
System Red Green Blue C M Y K H S L
Decimal 145 12 6 0 0.92 0.96 0.43 2.59 0.92 0.3
Hex 91 C 6 0 5C 60 2B 3 5C 1E
Octal 221 14 6 0 134 140 53 3 134 36
Binary 10010001 1100 110 0 1011100 1100000 101011 11 1011100 11110

Color Harmonies of #910C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910C06

Black with #910C06

Text Example


Text Example

White with #910C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910C06; }

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

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

background-color css

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

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

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

border-color css

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

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

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