#840D0A

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

Shades of Maroon #840D0A

Tints of Maroon #840D0A

Color information

#840D0A (or 0x840D0A) is unknown color: approx Maroon. HEX triplet: 84, 0D and 0A. RGB value is (132,13,10). Sum of RGB (Red+Green+Blue) = 132+13+10=155 (20% of max value = 765). Red value is 132 (51.95% from 255 or 85.16% from 155); Green value is 13 (5.47% from 255 or 8.39% from 155); Blue value is 10 (4.30% from 255 or 6.45% from 155); Max value from RGB is 132 - color contains mainly: red. Hex color #840D0A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840D0A is #7BF2F5. Grayscale: #303030. Windows color (decimal): -8123126 or 658820. OLE color: 658820.

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

Color convert

RGB1321310-
CMYK00.900.920.48
HSL1.48º85.92%27.84%-
HSV(B)1.48º92.42%51.76%-
XYZ9.715.220.78-
YUV48.24106.42187.74-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 85.16%
GREEN value IS 13 (5.47% from 255) = 8.39%
BLUE value IS 10 (4.30% from 255) = 6.45%
R=85.16%
G=8.39%
B=6.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.92
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132131000.900.920.481.4885.9227.84
Hex84DA05A5C301561c
Octal2041512013213460112634
Binary10000100110110100101101010111001100001101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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