#840900

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

Shades of Maroon #840900

Tints of Maroon #840900

Color information

#840900 (or 0x840900) is unknown color: approx Maroon. HEX triplet: 84, 09 and 00. RGB value is (132,9,0). Sum of RGB (Red+Green+Blue) = 132+9+0=141 (18% of max value = 765). Red value is 132 (51.95% from 255 or 93.62% from 141); Green value is 9 (3.91% from 255 or 6.38% from 141); Blue value is 0 (0.39% from 255 or 0% from 141); Max value from RGB is 132 - color contains mainly: red. Hex color #840900 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840900 is #7BF6FF. Grayscale: #2C2C2C. Windows color (decimal): -8124160 or 2436. OLE color: 2436.

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

Color convert

RGB13290-
CMYK00.9310.48
HSL4.09º100%25.88%-
HSV(B)4.09º100%51.76%-
XYZ9.615.10.48-
YUV44.75102.75190.23-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 93.62%
GREEN value IS 9 (3.91% from 255) = 6.38%
BLUE value IS 0 (0.39% from 255) = 0%
R=93.62%
G=6.38%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 1
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1329000.9310.484.0910025.88
Hex849005D64304641a
Octal204110013514460414432
Binary1000010010010010111011100100110000100110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840900; }

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

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

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

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

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

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

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

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