#820505

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

Shades of Maroon #820505

Tints of Maroon #820505

Color information

#820505 (or 0x820505) is unknown color: approx Maroon. HEX triplet: 82, 05 and 05. RGB value is (130,5,5). Sum of RGB (Red+Green+Blue) = 130+5+5=140 (18% of max value = 765). Red value is 130 (51.17% from 255 or 92.86% from 140); Green value is 5 (2.34% from 255 or 3.57% from 140); Blue value is 5 (2.34% from 255 or 3.57% from 140); Max value from RGB is 130 - color contains mainly: red. Hex color #820505 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820505 is #7DFAFA. Grayscale: #2A2A2A. Windows color (decimal): -8256251 or 329090. OLE color: 329090.

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

Color convert

RGB13055-
CMYK00.960.960.49
HSL92.59%26.47%-
HSV(B)96.15%50.98%-
XYZ9.294.870.59-
YUV42.38106.91190.5-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 92.86%
GREEN value IS 5 (2.34% from 255) = 3.57%
BLUE value IS 5 (2.34% from 255) = 3.57%
R=92.86%
G=3.57%
B=3.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.96
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1305500.960.960.49092.5926.47
Hex8255060603105d1a
Octal20255014014061013532
Binary100000101011010110000011000001100010101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820505; }

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

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

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

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

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

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

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

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