#840a0a

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

Shades of Maroon #840A0A

Tints of Maroon #840A0A

Color information

#840A0A (or 0x840A0A) is unknown color: approx Maroon. HEX triplet: 84, 0A and 0A. RGB value is (132,10,10). Sum of RGB (Red+Green+Blue) = 132+10+10=152 (20% of max value = 765). Red value is 132 (51.95% from 255 or 86.84% from 152); Green value is 10 (4.30% from 255 or 6.58% from 152); Blue value is 10 (4.30% from 255 or 6.58% from 152); Max value from RGB is 132 - color contains mainly: red. Hex color #840A0A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840A0A is #7BF5F5. Grayscale: #2E2E2E. Windows color (decimal): -8123894 or 658052. OLE color: 658052.

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

Color convert

RGB1321010-
CMYK00.920.920.48
HSL85.92%27.84%-
HSV(B)92.42%51.76%-
XYZ9.685.140.77-
YUV46.48107.42189-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 86.84%
GREEN value IS 10 (4.30% from 255) = 6.58%
BLUE value IS 10 (4.30% from 255) = 6.58%
R=86.84%
G=6.58%
B=6.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.92
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132101000.920.920.48085.9227.84
Hex84AA05C5C300561c
Octal2041212013413460012634
Binary10000100101010100101110010111001100000101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840a0a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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