#840D09

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

Shades of Maroon #840D09

Tints of Maroon #840D09

Color information

#840D09 (or 0x840D09) is unknown color: approx Maroon. HEX triplet: 84, 0D and 09. RGB value is (132,13,9). Sum of RGB (Red+Green+Blue) = 132+13+9=154 (20% of max value = 765). Red value is 132 (51.95% from 255 or 85.71% from 154); Green value is 13 (5.47% from 255 or 8.44% from 154); Blue value is 9 (3.91% from 255 or 5.84% from 154); Max value from RGB is 132 - color contains mainly: red. Hex color #840D09 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840D09 is #7BF2F6. Grayscale: #303030. Windows color (decimal): -8123127 or 593284. OLE color: 593284.

HSL color Cylindrical-coordinate representation of color #840D09: hue angle of 1.95º 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 #840D09 is Cyan = 0, Magento = 0.90, Yellow = 0.93 and Black (K on CMYK) = 0.48.

Color convert

RGB132139-
CMYK00.900.930.48
HSL1.95º87.23%27.65%-
HSV(B)1.95º93.18%51.76%-
XYZ9.715.210.75-
YUV48.12105.92187.83-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 85.71%
GREEN value IS 13 (5.47% from 255) = 8.44%
BLUE value IS 9 (3.91% from 255) = 5.84%
R=85.71%
G=8.44%
B=5.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.93
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13213900.900.930.481.9587.2327.65
Hex84D905A5D302571c
Octal2041511013213560212734
Binary100001001101100101011010101110111000010101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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