#840F06

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

Shades of Maroon #840F06

Tints of Maroon #840F06

Color information

#840F06 (or 0x840F06) is unknown color: approx Maroon. HEX triplet: 84, 0F and 06. RGB value is (132,15,6). Sum of RGB (Red+Green+Blue) = 132+15+6=153 (20% of max value = 765). Red value is 132 (51.95% from 255 or 86.27% from 153); Green value is 15 (6.25% from 255 or 9.80% from 153); Blue value is 6 (2.73% from 255 or 3.92% from 153); Max value from RGB is 132 - color contains mainly: red. Hex color #840F06 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840F06 is #7BF0F9. Grayscale: #313131. Windows color (decimal): -8122618 or 397188. OLE color: 397188.

HSL color Cylindrical-coordinate representation of color #840F06: hue angle of 4.29º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #840F06 is Cyan = 0, Magento = 0.89, Yellow = 0.95 and Black (K on CMYK) = 0.48.

Color convert

RGB132156-
CMYK00.890.950.48
HSL4.29º91.3%27.06%-
HSV(B)4.29º95.45%51.76%-
XYZ9.725.260.68-
YUV48.96103.76187.23-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 86.27%
GREEN value IS 15 (6.25% from 255) = 9.80%
BLUE value IS 6 (2.73% from 255) = 3.92%
R=86.27%
G=9.80%
B=3.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.95
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13215600.890.950.484.2991.327.06
Hex84F60595F3045b1b
Octal204176013113760413333
Binary100001001111110010110011011111110000100101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840F06; }

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

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

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

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

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

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

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

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