Html Css Color HEX #910600 Dark Red

📋 copy color: '#910600'

red 145 ◦ green 6 ◦ blue 0

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

Shades of Dark Red #910600

Tints of Dark Red #910600

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.97%

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

R = 96.03%
G = 3.97%
B = 0%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 1

 K value IS 0.43

RGB Variations

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

Color information

#910600 (or 0x910600) is known color: Dark Red. HEX triplet: 91, 06 and 00. RGB value is (145,6,0). Sum of RGB (Red+Green+Blue) = 145+6+0=151 (20% of max value = 765). Red value is 145 (57.03% from 255 or 96.03% from 151); Green value is 6 (2.73% from 255 or 3.97% from 151); Blue value is 0 (0.39% from 255 or 0% from 151); Max value from RGB is 145 - color contains mainly: red. Hex color #910600 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910600 is #6EF9FF. Grayscale: #2F2F2F. Windows color (decimal): -7272960 or 1681. OLE color: 1681.

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

Color convert

RGB 145 6 0 -
CMYK 0 0.96 1 0.43
HSL 2.48º 1% 0.28% -
HSV(B) 2.48º 1% 0.57% -
XYZ 11.74 6.15 0.57 -
YUV 46.88 101.55 197.99 -
System Red Green Blue C M Y K H S L
Decimal 145 6 0 0 0.96 1 0.43 2.48 1 0.28
Hex 91 6 0 0 60 64 2B 2 64 1C
Octal 221 6 0 0 140 144 53 2 144 34
Binary 10010001 110 0 0 1100000 1100100 101011 10 1100100 11100

Color Harmonies of #910600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910600

Black with #910600

Text Example


Text Example

White with #910600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910600; }

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

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

background-color css

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

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

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

border-color css

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

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

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