#840904

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

Shades of Maroon #840904

Tints of Maroon #840904

Color information

#840904 (or 0x840904) is unknown color: approx Maroon. HEX triplet: 84, 09 and 04. RGB value is (132,9,4). Sum of RGB (Red+Green+Blue) = 132+9+4=145 (19% of max value = 765). Red value is 132 (51.95% from 255 or 91.03% from 145); Green value is 9 (3.91% from 255 or 6.21% from 145); Blue value is 4 (1.95% from 255 or 2.76% from 145); Max value from RGB is 132 - color contains mainly: red. Hex color #840904 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840904 is #7BF6FB. Grayscale: #2D2D2D. Windows color (decimal): -8124156 or 264580. OLE color: 264580.

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

Color convert

RGB13294-
CMYK00.930.970.48
HSL2.34º94.12%26.67%-
HSV(B)2.34º96.97%51.76%-
XYZ9.645.110.59-
YUV45.21104.75189.91-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 91.03%
GREEN value IS 9 (3.91% from 255) = 6.21%
BLUE value IS 4 (1.95% from 255) = 2.76%
R=91.03%
G=6.21%
B=2.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.97
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1329400.930.970.482.3494.1226.67
Hex849405D613025e1b
Octal204114013514160213633
Binary10000100100110001011101110000111000010101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840904; }

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

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

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

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

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

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

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

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