#840C0A

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

Shades of Maroon #840C0A

Tints of Maroon #840C0A

Color information

#840C0A (or 0x840C0A) is unknown color: approx Maroon. HEX triplet: 84, 0C and 0A. RGB value is (132,12,10). Sum of RGB (Red+Green+Blue) = 132+12+10=154 (20% of max value = 765). Red value is 132 (51.95% from 255 or 85.71% from 154); Green value is 12 (5.08% from 255 or 7.79% from 154); Blue value is 10 (4.30% from 255 or 6.49% from 154); Max value from RGB is 132 - color contains mainly: red. Hex color #840C0A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840C0A is #7BF3F5. Grayscale: #2F2F2F. Windows color (decimal): -8123382 or 658564. OLE color: 658564.

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

Color convert

RGB1321210-
CMYK00.910.920.48
HSL0.98º85.92%27.84%-
HSV(B)0.98º92.42%51.76%-
XYZ9.75.190.78-
YUV47.65106.76188.16-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 85.71%
GREEN value IS 12 (5.08% from 255) = 7.79%
BLUE value IS 10 (4.30% from 255) = 6.49%
R=85.71%
G=7.79%
B=6.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.92
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132121000.910.920.480.9885.9227.84
Hex84CA05B5C301561c
Octal2041412013313460112634
Binary10000100110010100101101110111001100001101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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