#911400

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

Shades of Dark Red #911400

Tints of Dark Red #911400

Color information

#911400 (or 0x911400) is unknown color: approx Dark Red. HEX triplet: 91, 14 and 00. RGB value is (145,20,0). Sum of RGB (Red+Green+Blue) = 145+20+0=165 (21% of max value = 765). Red value is 145 (57.03% from 255 or 87.88% from 165); Green value is 20 (8.20% from 255 or 12.12% from 165); Blue value is 0 (0.39% from 255 or 0% from 165); Max value from RGB is 145 - color contains mainly: red. Hex color #911400 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #911400 is #6EEBFF. Grayscale: #373737. Windows color (decimal): -7269376 or 5265. OLE color: 5265.

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

Color convert

RGB145200-
CMYK00.8610.43
HSL8.28º100%28.43%-
HSV(B)8.28º100%56.86%-
XYZ11.936.520.63-
YUV55.196.91192.13-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 87.88%
GREEN value IS 20 (8.20% from 255) = 12.12%
BLUE value IS 0 (0.39% from 255) = 0%
R=87.88%
G=12.12%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 1
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14520000.8610.438.2810028.43
Hex91140056642B8641c
Octal2212400126144531014434
Binary100100011010000101011011001001010111000110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #911400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #911400; }

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

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

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

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

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

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

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

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