#840600

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

Shades of Maroon #840600

Tints of Maroon #840600

Color information

#840600 (or 0x840600) is unknown color: approx Maroon. HEX triplet: 84, 06 and 00. RGB value is (132,6,0). Sum of RGB (Red+Green+Blue) = 132+6+0=138 (18% of max value = 765). Red value is 132 (51.95% from 255 or 95.65% from 138); Green value is 6 (2.73% from 255 or 4.35% from 138); Blue value is 0 (0.39% from 255 or 0% from 138); Max value from RGB is 132 - color contains mainly: red. Hex color #840600 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840600 is #7BF9FF. Grayscale: #2B2B2B. Windows color (decimal): -8124928 or 1668. OLE color: 1668.

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

Color convert

RGB13260-
CMYK00.9510.48
HSL2.73º100%25.88%-
HSV(B)2.73º100%51.76%-
XYZ9.585.040.47-
YUV42.99103.74191.49-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 95.65%
GREEN value IS 6 (2.73% from 255) = 4.35%
BLUE value IS 0 (0.39% from 255) = 0%
R=95.65%
G=4.35%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 1
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1326000.9510.482.7310025.88
Hex846005F64303641a
Octal20460013714460314432
Binary10000100110001011111110010011000011110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840600; }

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

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

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

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

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

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

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

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