#821003

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

Shades of Maroon #821003

Tints of Maroon #821003

Color information

#821003 (or 0x821003) is unknown color: approx Maroon. HEX triplet: 82, 10 and 03. RGB value is (130,16,3). Sum of RGB (Red+Green+Blue) = 130+16+3=149 (19% of max value = 765). Red value is 130 (51.17% from 255 or 87.25% from 149); Green value is 16 (6.64% from 255 or 10.74% from 149); Blue value is 3 (1.56% from 255 or 2.01% from 149); Max value from RGB is 130 - color contains mainly: red. Hex color #821003 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #821003 is #7DEFFC. Grayscale: #303030. Windows color (decimal): -8253437 or 200834. OLE color: 200834.

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

Color convert

RGB130163-
CMYK00.880.980.49
HSL6.14º95.49%26.08%-
HSV(B)6.14º97.69%50.98%-
XYZ9.415.120.58-
YUV48.6102.27186.06-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 87.25%
GREEN value IS 16 (6.64% from 255) = 10.74%
BLUE value IS 3 (1.56% from 255) = 2.01%
R=87.25%
G=10.74%
B=2.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.98
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13016300.880.980.496.1495.4926.08
Hex82103058623165f1a
Octal202203013014261613732
Binary100000101000011010110001100010110001110101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821003; }

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

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

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

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

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

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

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

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