#911705

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

Shades of Dark Red #911705

Tints of Dark Red #911705

Color information

#911705 (or 0x911705) is unknown color: approx Dark Red. HEX triplet: 91, 17 and 05. RGB value is (145,23,5). Sum of RGB (Red+Green+Blue) = 145+23+5=173 (22% of max value = 765). Red value is 145 (57.03% from 255 or 83.82% from 173); Green value is 23 (9.38% from 255 or 13.29% from 173); Blue value is 5 (2.34% from 255 or 2.89% from 173); Max value from RGB is 145 - color contains mainly: red. Hex color #911705 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #911705 is #6EE8FA. Grayscale: #393939. Windows color (decimal): -7268603 or 333713. OLE color: 333713.

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

Color convert

RGB145235-
CMYK00.840.970.43
HSL7.71º93.33%29.41%-
HSV(B)7.71º96.55%56.86%-
XYZ12.016.640.79-
YUV57.4398.42190.46-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 83.82%
GREEN value IS 23 (9.38% from 255) = 13.29%
BLUE value IS 5 (2.34% from 255) = 2.89%
R=83.82%
G=13.29%
B=2.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.97
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14523500.840.970.437.7193.3329.41
Hex91175054612B85d1d
Octal2212750124141531013535
Binary10010001101111010101010011000011010111000101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #911705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #911705; }

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

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

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

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

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

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

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

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