#840202

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

Shades of Maroon #840202

Tints of Maroon #840202

Color information

#840202 (or 0x840202) is unknown color: approx Maroon. HEX triplet: 84, 02 and 02. RGB value is (132,2,2). Sum of RGB (Red+Green+Blue) = 132+2+2=136 (18% of max value = 765). Red value is 132 (51.95% from 255 or 97.06% from 136); Green value is 2 (1.17% from 255 or 1.47% from 136); Blue value is 2 (1.17% from 255 or 1.47% from 136); Max value from RGB is 132 - color contains mainly: red. Hex color #840202 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840202 is #7BFDFD. Grayscale: #292929. Windows color (decimal): -8125950 or 131716. OLE color: 131716.

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

Color convert

RGB13222-
CMYK00.980.980.48
HSL97.01%26.27%-
HSV(B)98.48%51.76%-
XYZ9.554.950.51-
YUV40.87106.07193-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 97.06%
GREEN value IS 2 (1.17% from 255) = 1.47%
BLUE value IS 2 (1.17% from 255) = 1.47%
R=97.06%
G=1.47%
B=1.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.98
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1322200.980.980.48097.0126.27
Hex842206262300611a
Octal20422014214260014132
Binary1000010010100110001011000101100000110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840202; }

 p { color: rgb(132,2,2); }

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

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

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

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

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

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

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