#910A0A

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

Shades of Dark Red #910A0A

Tints of Dark Red #910A0A

Color information

#910A0A (or 0x910A0A) is unknown color: approx Dark Red. HEX triplet: 91, 0A and 0A. RGB value is (145,10,10). Sum of RGB (Red+Green+Blue) = 145+10+10=165 (21% of max value = 765). Red value is 145 (57.03% from 255 or 87.88% from 165); Green value is 10 (4.30% from 255 or 6.06% from 165); Blue value is 10 (4.30% from 255 or 6.06% from 165); Max value from RGB is 145 - color contains mainly: red. Hex color #910A0A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910A0A is #6EF5F5. Grayscale: #323232. Windows color (decimal): -7271926 or 658065. OLE color: 658065.

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

Color convert

RGB1451010-
CMYK00.930.930.43
HSL87.1%30.39%-
HSV(B)93.1%56.86%-
XYZ11.846.260.87-
YUV50.36105.23195.5-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 87.88%
GREEN value IS 10 (4.30% from 255) = 6.06%
BLUE value IS 10 (4.30% from 255) = 6.06%
R=87.88%
G=6.06%
B=6.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.93
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145101000.930.930.43087.130.39
Hex91AA05D5D2B0571e
Octal2211212013513553012736
Binary10010001101010100101110110111011010110101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #910A0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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