#821401

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

Shades of Maroon #821401

Tints of Maroon #821401

Color information

#821401 (or 0x821401) is unknown color: approx Maroon. HEX triplet: 82, 14 and 01. RGB value is (130,20,1). Sum of RGB (Red+Green+Blue) = 130+20+1=151 (20% of max value = 765). Red value is 130 (51.17% from 255 or 86.09% from 151); Green value is 20 (8.20% from 255 or 13.25% from 151); Blue value is 1 (0.78% from 255 or 0.66% from 151); Max value from RGB is 130 - color contains mainly: red. Hex color #821401 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #821401 is #7DEBFE. Grayscale: #323232. Windows color (decimal): -8252415 or 70786. OLE color: 70786.

HSL color Cylindrical-coordinate representation of color #821401: hue angle of 8.84º 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 #821401 is Cyan = 0, Magento = 0.85, Yellow = 0.99 and Black (K on CMYK) = 0.49.

Color convert

RGB130201-
CMYK00.850.990.49
HSL8.84º98.47%25.69%-
HSV(B)8.84º99.23%50.98%-
XYZ9.465.250.54-
YUV50.7299.94184.54-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 86.09%
GREEN value IS 20 (8.20% from 255) = 13.25%
BLUE value IS 1 (0.78% from 255) = 0.66%
R=86.09%
G=13.25%
B=0.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.99
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13020100.850.990.498.8498.4725.69
Hex8214105563319621a
Octal2022410125143611114232
Binary100000101010010101010111000111100011001110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821401; }

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

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

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

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

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

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

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

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