#911505

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

Shades of Dark Red #911505

Tints of Dark Red #911505

Color information

#911505 (or 0x911505) is unknown color: approx Dark Red. HEX triplet: 91, 15 and 05. RGB value is (145,21,5). Sum of RGB (Red+Green+Blue) = 145+21+5=171 (22% of max value = 765). Red value is 145 (57.03% from 255 or 84.80% from 171); Green value is 21 (8.59% from 255 or 12.28% from 171); Blue value is 5 (2.34% from 255 or 2.92% from 171); Max value from RGB is 145 - color contains mainly: red. Hex color #911505 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #911505 is #6EEAFA. Grayscale: #383838. Windows color (decimal): -7269115 or 333201. OLE color: 333201.

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

Color convert

RGB145215-
CMYK00.860.970.43
HSL6.86º93.33%29.41%-
HSV(B)6.86º96.55%56.86%-
XYZ11.976.570.78-
YUV56.2599.08191.3-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 84.80%
GREEN value IS 21 (8.59% from 255) = 12.28%
BLUE value IS 5 (2.34% from 255) = 2.92%
R=84.80%
G=12.28%
B=2.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.97
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14521500.860.970.436.8693.3329.41
Hex91155056612B75d1d
Octal221255012614153713535
Binary1001000110101101010101101100001101011111101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #911505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #911505; }

 p { color: rgb(145,21,5); }

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

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

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

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

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

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

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