#910F03

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

Shades of Dark Red #910F03

Tints of Dark Red #910F03

Color information

#910F03 (or 0x910F03) is unknown color: approx Dark Red. HEX triplet: 91, 0F and 03. RGB value is (145,15,3). Sum of RGB (Red+Green+Blue) = 145+15+3=163 (21% of max value = 765). Red value is 145 (57.03% from 255 or 88.96% from 163); Green value is 15 (6.25% from 255 or 9.20% from 163); Blue value is 3 (1.56% from 255 or 1.84% from 163); Max value from RGB is 145 - color contains mainly: red. Hex color #910F03 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910F03 is #6EF0FC. Grayscale: #343434. Windows color (decimal): -7270653 or 200593. OLE color: 200593.

HSL color Cylindrical-coordinate representation of color #910F03: hue angle of 5.07º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #910F03 is Cyan = 0, Magento = 0.90, Yellow = 0.98 and Black (K on CMYK) = 0.43.

Color convert

RGB145153-
CMYK00.900.980.43
HSL5.07º95.95%29.02%-
HSV(B)5.07º97.93%56.86%-
XYZ11.866.370.69-
YUV52.5100.07193.98-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 88.96%
GREEN value IS 15 (6.25% from 255) = 9.20%
BLUE value IS 3 (1.56% from 255) = 1.84%
R=88.96%
G=9.20%
B=1.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.98
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14515300.900.980.435.0795.9529.02
Hex91F305A622B5601d
Octal221173013214253514035
Binary10010001111111010110101100010101011101110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #910F03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,15,3); }

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

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

 a { background-color: rgb(145,15,3); }

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

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

 span { border-color: rgb(145,15,3); }

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