#820503

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

Shades of Maroon #820503

Tints of Maroon #820503

Color information

#820503 (or 0x820503) is unknown color: approx Maroon. HEX triplet: 82, 05 and 03. RGB value is (130,5,3). Sum of RGB (Red+Green+Blue) = 130+5+3=138 (18% of max value = 765). Red value is 130 (51.17% from 255 or 94.20% from 138); Green value is 5 (2.34% from 255 or 3.62% from 138); Blue value is 3 (1.56% from 255 or 2.17% from 138); Max value from RGB is 130 - color contains mainly: red. Hex color #820503 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820503 is #7DFAFC. Grayscale: #2A2A2A. Windows color (decimal): -8256253 or 198018. OLE color: 198018.

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

Color convert

RGB13053-
CMYK00.960.980.49
HSL0.94º95.49%26.08%-
HSV(B)0.94º97.69%50.98%-
XYZ9.284.860.54-
YUV42.15105.91190.66-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 94.20%
GREEN value IS 5 (2.34% from 255) = 3.62%
BLUE value IS 3 (1.56% from 255) = 2.17%
R=94.20%
G=3.62%
B=2.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.98
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1305300.960.980.490.9495.4926.08
Hex8253060623115f1a
Octal20253014014261113732
Binary10000010101110110000011000101100011101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820503; }

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

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

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

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

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

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

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

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