#911200

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

Shades of Dark Red #911200

Tints of Dark Red #911200

Color information

#911200 (or 0x911200) is unknown color: approx Dark Red. HEX triplet: 91, 12 and 00. RGB value is (145,18,0). Sum of RGB (Red+Green+Blue) = 145+18+0=163 (21% of max value = 765). Red value is 145 (57.03% from 255 or 88.96% from 163); Green value is 18 (7.42% from 255 or 11.04% from 163); Blue value is 0 (0.39% from 255 or 0% from 163); Max value from RGB is 145 - color contains mainly: red. Hex color #911200 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #911200 is #6EEDFF. Grayscale: #363636. Windows color (decimal): -7269888 or 4753. OLE color: 4753.

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

Color convert

RGB145180-
CMYK00.8810.43
HSL7.45º100%28.43%-
HSV(B)7.45º100%56.86%-
XYZ11.896.450.62-
YUV53.9297.58192.96-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 88.96%
GREEN value IS 18 (7.42% from 255) = 11.04%
BLUE value IS 0 (0.39% from 255) = 0%
R=88.96%
G=11.04%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 1
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14518000.8810.437.4510028.43
Hex91120058642B7641c
Octal221220013014453714434
Binary10010001100100010110001100100101011111110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #911200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #911200; }

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

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

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

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

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

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

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

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