#91120A

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

Shades of Dark Red #91120A

Tints of Dark Red #91120A

Color information

#91120A (or 0x91120A) is unknown color: approx Dark Red. HEX triplet: 91, 12 and 0A. RGB value is (145,18,10). Sum of RGB (Red+Green+Blue) = 145+18+10=173 (22% of max value = 765). Red value is 145 (57.03% from 255 or 83.82% from 173); Green value is 18 (7.42% from 255 or 10.40% from 173); Blue value is 10 (4.30% from 255 or 5.78% from 173); Max value from RGB is 145 - color contains mainly: red. Hex color #91120A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #91120A is #6EEDF5. Grayscale: #373737. Windows color (decimal): -7269878 or 660113. OLE color: 660113.

HSL color Cylindrical-coordinate representation of color #91120A: hue angle of 3.56º 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 #91120A is Cyan = 0, Magento = 0.88, Yellow = 0.93 and Black (K on CMYK) = 0.43.

Color convert

RGB1451810-
CMYK00.880.930.43
HSL3.56º87.1%30.39%-
HSV(B)3.56º93.1%56.86%-
XYZ11.956.470.91-
YUV55.06102.58192.15-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 83.82%
GREEN value IS 18 (7.42% from 255) = 10.40%
BLUE value IS 10 (4.30% from 255) = 5.78%
R=83.82%
G=10.40%
B=5.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.93
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145181000.880.930.433.5687.130.39
Hex9112A0585D2B4571e
Octal2212212013013553412736
Binary10010001100101010010110001011101101011100101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91120A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91120A; }

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

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

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

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

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

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

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

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