#820100

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

Shades of Maroon #820100

Tints of Maroon #820100

Color information

#820100 (or 0x820100) is unknown color: approx Maroon. HEX triplet: 82, 01 and 00. RGB value is (130,1,0). Sum of RGB (Red+Green+Blue) = 130+1+0=131 (17% of max value = 765). Red value is 130 (51.17% from 255 or 99.24% from 131); Green value is 1 (0.78% from 255 or 0.76% from 131); Blue value is 0 (0.39% from 255 or 0% from 131); Max value from RGB is 130 - color contains mainly: red. Hex color #820100 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820100 is #7DFEFF. Grayscale: #272727. Windows color (decimal): -8257280 or 386. OLE color: 386.

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

Color convert

RGB13010-
CMYK00.9910.49
HSL0.46º100%25.49%-
HSV(B)0.46º100%50.98%-
XYZ9.224.770.43-
YUV39.46105.74192.58-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 99.24%
GREEN value IS 1 (0.78% from 255) = 0.76%
BLUE value IS 0 (0.39% from 255) = 0%
R=99.24%
G=0.76%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301000.9910.490.4610025.49
Hex8210063643106419
Octal20210014314461014431
Binary10000010100110001111001001100010110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820100; }

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

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

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

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

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

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

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

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