#840401

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

Shades of Maroon #840401

Tints of Maroon #840401

Color information

#840401 (or 0x840401) is unknown color: approx Maroon. HEX triplet: 84, 04 and 01. RGB value is (132,4,1). Sum of RGB (Red+Green+Blue) = 132+4+1=137 (18% of max value = 765). Red value is 132 (51.95% from 255 or 96.35% from 137); Green value is 4 (1.95% from 255 or 2.92% from 137); Blue value is 1 (0.78% from 255 or 0.73% from 137); Max value from RGB is 132 - color contains mainly: red. Hex color #840401 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840401 is #7BFBFE. Grayscale: #2A2A2A. Windows color (decimal): -8125439 or 66692. OLE color: 66692.

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

Color convert

RGB13241-
CMYK00.970.990.48
HSL1.37º98.5%26.08%-
HSV(B)1.37º99.24%51.76%-
XYZ9.564.990.49-
YUV41.93104.91192.24-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 96.35%
GREEN value IS 4 (1.95% from 255) = 2.92%
BLUE value IS 1 (0.78% from 255) = 0.73%
R=96.35%
G=2.92%
B=0.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.99
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1324100.970.990.481.3798.526.08
Hex844106163301621a
Octal20441014114360114232
Binary1000010010010110000111000111100001110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840401; }

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

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

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

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

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

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

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

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