#820401

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

Shades of Maroon #820401

Tints of Maroon #820401

Color information

#820401 (or 0x820401) is unknown color: approx Maroon. HEX triplet: 82, 04 and 01. RGB value is (130,4,1). Sum of RGB (Red+Green+Blue) = 130+4+1=135 (17% of max value = 765). Red value is 130 (51.17% from 255 or 96.30% from 135); Green value is 4 (1.95% from 255 or 2.96% from 135); Blue value is 1 (0.78% from 255 or 0.74% from 135); Max value from RGB is 130 - color contains mainly: red. Hex color #820401 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820401 is #7DFBFE. Grayscale: #292929. Windows color (decimal): -8256511 or 66690. OLE color: 66690.

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

Color convert

RGB13041-
CMYK00.970.990.49
HSL1.4º98.47%25.69%-
HSV(B)1.4º99.23%50.98%-
XYZ9.254.830.47-
YUV41.33105.24191.24-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 96.30%
GREEN value IS 4 (1.95% from 255) = 2.96%
BLUE value IS 1 (0.78% from 255) = 0.74%
R=96.30%
G=2.96%
B=0.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.99
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1304100.970.990.491.498.4725.69
Hex824106163311621a
Octal20241014114361114232
Binary1000001010010110000111000111100011110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820401; }

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

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

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

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

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

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

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

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