#841205

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

Shades of Maroon #841205

Tints of Maroon #841205

Color information

#841205 (or 0x841205) is unknown color: approx Maroon. HEX triplet: 84, 12 and 05. RGB value is (132,18,5). Sum of RGB (Red+Green+Blue) = 132+18+5=155 (20% of max value = 765). Red value is 132 (51.95% from 255 or 85.16% from 155); Green value is 18 (7.42% from 255 or 11.61% from 155); Blue value is 5 (2.34% from 255 or 3.23% from 155); Max value from RGB is 132 - color contains mainly: red. Hex color #841205 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #841205 is #7BEDFA. Grayscale: #323232. Windows color (decimal): -8121851 or 332420. OLE color: 332420.

HSL color Cylindrical-coordinate representation of color #841205: hue angle of 6.14º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #841205 is Cyan = 0, Magento = 0.86, Yellow = 0.96 and Black (K on CMYK) = 0.48.

Color convert

RGB132185-
CMYK00.860.960.48
HSL6.14º92.7%26.86%-
HSV(B)6.14º96.21%51.76%-
XYZ9.765.350.66-
YUV50.6102.27186.06-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 85.16%
GREEN value IS 18 (7.42% from 255) = 11.61%
BLUE value IS 5 (2.34% from 255) = 3.23%
R=85.16%
G=11.61%
B=3.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.96
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13218500.860.960.486.1492.726.86
Hex84125056603065d1b
Octal204225012614060613533
Binary1000010010010101010101101100000110000110101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841205; }

 p { color: rgb(132,18,5); }

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

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

 a { background-color: rgb(132,18,5); }

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

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

 span { border-color: rgb(132,18,5); }

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