#841005

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

Shades of Maroon #841005

Tints of Maroon #841005

Color information

#841005 (or 0x841005) is unknown color: approx Maroon. HEX triplet: 84, 10 and 05. RGB value is (132,16,5). Sum of RGB (Red+Green+Blue) = 132+16+5=153 (20% of max value = 765). Red value is 132 (51.95% from 255 or 86.27% from 153); Green value is 16 (6.64% from 255 or 10.46% from 153); Blue value is 5 (2.34% from 255 or 3.27% from 153); Max value from RGB is 132 - color contains mainly: red. Hex color #841005 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #841005 is #7BEFFA. Grayscale: #313131. Windows color (decimal): -8122363 or 331908. OLE color: 331908.

HSL color Cylindrical-coordinate representation of color #841005: hue angle of 5.2º 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 #841005 is Cyan = 0, Magento = 0.88, Yellow = 0.96 and Black (K on CMYK) = 0.48.

Color convert

RGB132165-
CMYK00.880.960.48
HSL5.2º92.7%26.86%-
HSV(B)5.2º96.21%51.76%-
XYZ9.735.290.65-
YUV49.43102.93186.89-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 86.27%
GREEN value IS 16 (6.64% from 255) = 10.46%
BLUE value IS 5 (2.34% from 255) = 3.27%
R=86.27%
G=10.46%
B=3.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.96
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13216500.880.960.485.292.726.86
Hex84105058603055d1b
Octal204205013014060513533
Binary1000010010000101010110001100000110000101101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841005; }

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

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

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

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

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

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

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

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