#911104

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

Shades of Dark Red #911104

Tints of Dark Red #911104

Color information

#911104 (or 0x911104) is unknown color: approx Dark Red. HEX triplet: 91, 11 and 04. RGB value is (145,17,4). Sum of RGB (Red+Green+Blue) = 145+17+4=166 (21% of max value = 765). Red value is 145 (57.03% from 255 or 87.35% from 166); Green value is 17 (7.03% from 255 or 10.24% from 166); Blue value is 4 (1.95% from 255 or 2.41% from 166); Max value from RGB is 145 - color contains mainly: red. Hex color #911104 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #911104 is #6EEEFB. Grayscale: #353535. Windows color (decimal): -7270140 or 266641. OLE color: 266641.

HSL color Cylindrical-coordinate representation of color #911104: hue angle of 5.53º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #911104 is Cyan = 0, Magento = 0.88, Yellow = 0.97 and Black (K on CMYK) = 0.43.

Color convert

RGB145174-
CMYK00.880.970.43
HSL5.53º94.63%29.22%-
HSV(B)5.53º97.24%56.86%-
XYZ11.96.430.73-
YUV53.7999.91193.06-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 87.35%
GREEN value IS 17 (7.03% from 255) = 10.24%
BLUE value IS 4 (1.95% from 255) = 2.41%
R=87.35%
G=10.24%
B=2.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.97
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14517400.880.970.435.5394.6329.22
Hex91114058612B65f1d
Octal221214013014153613735
Binary1001000110001100010110001100001101011110101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #911104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #911104; }

 p { color: rgb(145,17,4); }

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

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

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

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

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

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

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