#841200

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

Shades of Maroon #841200

Tints of Maroon #841200

Color information

#841200 (or 0x841200) is unknown color: approx Maroon. HEX triplet: 84, 12 and 00. RGB value is (132,18,0). Sum of RGB (Red+Green+Blue) = 132+18+0=150 (19% of max value = 765). Red value is 132 (51.95% from 255 or 88% from 150); Green value is 18 (7.42% from 255 or 12% from 150); Blue value is 0 (0.39% from 255 or 0% from 150); Max value from RGB is 132 - color contains mainly: red. Hex color #841200 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #841200 is #7BEDFF. Grayscale: #323232. Windows color (decimal): -8121856 or 4740. OLE color: 4740.

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

Color convert

RGB132180-
CMYK00.8610.48
HSL8.18º100%25.88%-
HSV(B)8.18º100%51.76%-
XYZ9.735.340.52-
YUV50.0399.77186.46-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 88%
GREEN value IS 18 (7.42% from 255) = 12%
BLUE value IS 0 (0.39% from 255) = 0%
R=88%
G=12%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 1
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13218000.8610.488.1810025.88
Hex8412005664308641a
Octal2042200126144601014432
Binary100001001001000101011011001001100001000110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841200; }

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

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

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

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

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

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

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

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