#840F05

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

Shades of Maroon #840F05

Tints of Maroon #840F05

Color information

#840F05 (or 0x840F05) is unknown color: approx Maroon. HEX triplet: 84, 0F and 05. RGB value is (132,15,5). Sum of RGB (Red+Green+Blue) = 132+15+5=152 (20% of max value = 765). Red value is 132 (51.95% from 255 or 86.84% from 152); Green value is 15 (6.25% from 255 or 9.87% from 152); Blue value is 5 (2.34% from 255 or 3.29% from 152); Max value from RGB is 132 - color contains mainly: red. Hex color #840F05 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840F05 is #7BF0FA. Grayscale: #313131. Windows color (decimal): -8122619 or 331652. OLE color: 331652.

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

Color convert

RGB132155-
CMYK00.890.960.48
HSL4.72º92.7%26.86%-
HSV(B)4.72º96.21%51.76%-
XYZ9.715.260.65-
YUV48.84103.26187.31-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 86.84%
GREEN value IS 15 (6.25% from 255) = 9.87%
BLUE value IS 5 (2.34% from 255) = 3.29%
R=86.84%
G=9.87%
B=3.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.96
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13215500.890.960.484.7292.726.86
Hex84F5059603055d1b
Octal204175013114060513533
Binary100001001111101010110011100000110000101101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,15,5); }

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

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

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

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

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

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

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