#821700

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

Shades of Maroon #821700

Tints of Maroon #821700

Color information

#821700 (or 0x821700) is unknown color: approx Maroon. HEX triplet: 82, 17 and 00. RGB value is (130,23,0). Sum of RGB (Red+Green+Blue) = 130+23+0=153 (20% of max value = 765). Red value is 130 (51.17% from 255 or 84.97% from 153); Green value is 23 (9.38% from 255 or 15.03% from 153); Blue value is 0 (0.39% from 255 or 0% from 153); Max value from RGB is 130 - color contains mainly: red. Hex color #821700 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #821700 is #7DE8FF. Grayscale: #343434. Windows color (decimal): -8251648 or 6018. OLE color: 6018.

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

Color convert

RGB130230-
CMYK00.8210.49
HSL10.62º100%25.49%-
HSV(B)10.62º100%50.98%-
XYZ9.515.360.53-
YUV52.3798.45183.37-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 84.97%
GREEN value IS 23 (9.38% from 255) = 15.03%
BLUE value IS 0 (0.39% from 255) = 0%
R=84.97%
G=15.03%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13023000.8210.4910.6210025.49
Hex821700526431b6419
Octal2022700122144611314431
Binary100000101011100101001011001001100011011110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821700; }

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

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

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

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

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

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

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

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