#821503

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

Shades of Maroon #821503

Tints of Maroon #821503

Color information

#821503 (or 0x821503) is unknown color: approx Maroon. HEX triplet: 82, 15 and 03. RGB value is (130,21,3). Sum of RGB (Red+Green+Blue) = 130+21+3=154 (20% of max value = 765). Red value is 130 (51.17% from 255 or 84.42% from 154); Green value is 21 (8.59% from 255 or 13.64% from 154); Blue value is 3 (1.56% from 255 or 1.95% from 154); Max value from RGB is 130 - color contains mainly: red. Hex color #821503 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #821503 is #7DEAFC. Grayscale: #333333. Windows color (decimal): -8252157 or 202114. OLE color: 202114.

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

Color convert

RGB130213-
CMYK00.840.980.49
HSL8.5º95.49%26.08%-
HSV(B)8.5º97.69%50.98%-
XYZ9.495.290.61-
YUV51.54100.61183.96-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 84.42%
GREEN value IS 21 (8.59% from 255) = 13.64%
BLUE value IS 3 (1.56% from 255) = 1.95%
R=84.42%
G=13.64%
B=1.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.98
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13021300.840.980.498.595.4926.08
Hex82153054623195f1a
Octal2022530124142611113732
Binary1000001010101110101010011000101100011001101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821503; }

 p { color: rgb(130,21,3); }

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

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

 a { background-color: rgb(130,21,3); }

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

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

 span { border-color: rgb(130,21,3); }

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