#910A08

Color #910A08 Dark Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Red #910A08

Tints of Dark Red #910A08

Color information

#910A08 (or 0x910A08) is unknown color: approx Dark Red. HEX triplet: 91, 0A and 08. RGB value is (145,10,8). Sum of RGB (Red+Green+Blue) = 145+10+8=163 (21% of max value = 765). Red value is 145 (57.03% from 255 or 88.96% from 163); Green value is 10 (4.30% from 255 or 6.13% from 163); Blue value is 8 (3.52% from 255 or 4.91% from 163); Max value from RGB is 145 - color contains mainly: red. Hex color #910A08 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910A08 is #6EF5F7. Grayscale: #323232. Windows color (decimal): -7271928 or 526993. OLE color: 526993.

HSL color Cylindrical-coordinate representation of color #910A08: hue angle of 0.88º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #910A08 is Cyan = 0, Magento = 0.93, Yellow = 0.94 and Black (K on CMYK) = 0.43.

Color convert

RGB145108-
CMYK00.930.940.43
HSL0.88º89.54%30%-
HSV(B)0.88º94.48%56.86%-
XYZ11.836.250.81-
YUV50.14104.23195.66-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 88.96%
GREEN value IS 10 (4.30% from 255) = 6.13%
BLUE value IS 8 (3.52% from 255) = 4.91%
R=88.96%
G=6.13%
B=4.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.94
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14510800.930.940.430.8889.5430
Hex91A805D5E2B15a1e
Octal2211210013513653113236
Binary10010001101010000101110110111101010111101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #910A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,10,8); }

 H1.HeaderClassName
 {
   color: #910A08;
 }
 .AnyTagClassName
 {
   color: #910A08;
 }
</style>
background-color css

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

 a { background-color: rgb(145,10,8); }

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

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

 span { border-color: rgb(145,10,8); }

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