#821300

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

Shades of Maroon #821300

Tints of Maroon #821300

Color information

#821300 (or 0x821300) is unknown color: approx Maroon. HEX triplet: 82, 13 and 00. RGB value is (130,19,0). Sum of RGB (Red+Green+Blue) = 130+19+0=149 (19% of max value = 765). Red value is 130 (51.17% from 255 or 87.25% from 149); Green value is 19 (7.81% from 255 or 12.75% from 149); Blue value is 0 (0.39% from 255 or 0% from 149); Max value from RGB is 130 - color contains mainly: red. Hex color #821300 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #821300 is #7DECFF. Grayscale: #323232. Windows color (decimal): -8252672 or 4994. OLE color: 4994.

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

Color convert

RGB130190-
CMYK00.8510.49
HSL8.77º100%25.49%-
HSV(B)8.77º100%50.98%-
XYZ9.445.210.51-
YUV50.0299.77185.04-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 87.25%
GREEN value IS 19 (7.81% from 255) = 12.75%
BLUE value IS 0 (0.39% from 255) = 0%
R=87.25%
G=12.75%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13019000.8510.498.7710025.49
Hex82130055643196419
Octal2022300125144611114431
Binary100000101001100101010111001001100011001110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821300; }

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

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

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

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

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

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

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

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