#840602

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

Shades of Maroon #840602

Tints of Maroon #840602

Color information

#840602 (or 0x840602) is unknown color: approx Maroon. HEX triplet: 84, 06 and 02. RGB value is (132,6,2). Sum of RGB (Red+Green+Blue) = 132+6+2=140 (18% of max value = 765). Red value is 132 (51.95% from 255 or 94.29% from 140); Green value is 6 (2.73% from 255 or 4.29% from 140); Blue value is 2 (1.17% from 255 or 1.43% from 140); Max value from RGB is 132 - color contains mainly: red. Hex color #840602 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840602 is #7BF9FD. Grayscale: #2B2B2B. Windows color (decimal): -8124926 or 132740. OLE color: 132740.

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

Color convert

RGB13262-
CMYK00.950.980.48
HSL1.85º97.01%26.27%-
HSV(B)1.85º98.48%51.76%-
XYZ9.595.040.52-
YUV43.22104.74191.33-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 94.29%
GREEN value IS 6 (2.73% from 255) = 4.29%
BLUE value IS 2 (1.17% from 255) = 1.43%
R=94.29%
G=4.29%
B=1.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.98
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1326200.950.980.481.8597.0126.27
Hex846205F62302611a
Octal20462013714260214132
Binary100001001101001011111110001011000010110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840602; }

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

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

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

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

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

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

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

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