#840E07

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

Shades of Maroon #840E07

Tints of Maroon #840E07

Color information

#840E07 (or 0x840E07) is unknown color: approx Maroon. HEX triplet: 84, 0E and 07. RGB value is (132,14,7). Sum of RGB (Red+Green+Blue) = 132+14+7=153 (20% of max value = 765). Red value is 132 (51.95% from 255 or 86.27% from 153); Green value is 14 (5.86% from 255 or 9.15% from 153); Blue value is 7 (3.12% from 255 or 4.58% from 153); Max value from RGB is 132 - color contains mainly: red. Hex color #840E07 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840E07 is #7BF1F8. Grayscale: #303030. Windows color (decimal): -8122873 or 462468. OLE color: 462468.

HSL color Cylindrical-coordinate representation of color #840E07: hue angle of 3.36º degrees, saturation: 0.9, 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 #840E07 is Cyan = 0, Magento = 0.89, Yellow = 0.95 and Black (K on CMYK) = 0.48.

Color convert

RGB132147-
CMYK00.890.950.48
HSL3.36º89.93%27.25%-
HSV(B)3.36º94.7%51.76%-
XYZ9.715.230.7-
YUV48.48104.59187.57-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 86.27%
GREEN value IS 14 (5.86% from 255) = 9.15%
BLUE value IS 7 (3.12% from 255) = 4.58%
R=86.27%
G=9.15%
B=4.58%

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
Decimal13214700.890.950.483.3689.9327.25
Hex84E70595F3035a1b
Octal204167013113760313233
Binary10000100111011101011001101111111000011101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840E07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,14,7); }

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

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

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

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

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

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

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