#820205

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

Shades of Sangria #820205

Tints of Sangria #820205

Color information

#820205 (or 0x820205) is unknown color: approx Sangria. HEX triplet: 82, 02 and 05. RGB value is (130,2,5). Sum of RGB (Red+Green+Blue) = 130+2+5=137 (18% of max value = 765). Red value is 130 (51.17% from 255 or 94.89% from 137); Green value is 2 (1.17% from 255 or 1.46% from 137); Blue value is 5 (2.34% from 255 or 3.65% from 137); Max value from RGB is 130 - color contains mainly: red. Hex color #820205 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820205 is #7DFDFA. Grayscale: #282828. Windows color (decimal): -8257019 or 328322. OLE color: 328322.

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

Color convert

RGB13025-
CMYK00.980.960.49
HSL358.59º96.97%25.88%-
HSV(B)358.59º98.46%50.98%-
XYZ9.264.80.58-
YUV40.61107.91191.76-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 94.89%
GREEN value IS 2 (1.17% from 255) = 1.46%
BLUE value IS 5 (2.34% from 255) = 3.65%
R=94.89%
G=1.46%
B=3.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.96
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1302500.980.960.49358.5996.9725.88
Hex82250626031167611a
Octal2022501421406154714132
Binary1000001010101011000101100000110001101100111110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820205; }

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

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

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

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

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

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

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

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