#840E09

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

Shades of Maroon #840E09

Tints of Maroon #840E09

Color information

#840E09 (or 0x840E09) is unknown color: approx Maroon. HEX triplet: 84, 0E and 09. RGB value is (132,14,9). Sum of RGB (Red+Green+Blue) = 132+14+9=155 (20% of max value = 765). Red value is 132 (51.95% from 255 or 85.16% from 155); Green value is 14 (5.86% from 255 or 9.03% from 155); Blue value is 9 (3.91% from 255 or 5.81% from 155); Max value from RGB is 132 - color contains mainly: red. Hex color #840E09 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840E09 is #7BF1F6. Grayscale: #303030. Windows color (decimal): -8122871 or 593540. OLE color: 593540.

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

Color convert

RGB132149-
CMYK00.890.930.48
HSL2.44º87.23%27.65%-
HSV(B)2.44º93.18%51.76%-
XYZ9.725.240.76-
YUV48.71105.59187.41-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 85.16%
GREEN value IS 14 (5.86% from 255) = 9.03%
BLUE value IS 9 (3.91% from 255) = 5.81%
R=85.16%
G=9.03%
B=5.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.93
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13214900.890.930.482.4487.2327.65
Hex84E90595D302571c
Octal2041611013113560212734
Binary100001001110100101011001101110111000010101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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