#820204

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

Shades of Sangria #820204

Tints of Sangria #820204

Color information

#820204 (or 0x820204) is unknown color: approx Sangria. HEX triplet: 82, 02 and 04. RGB value is (130,2,4). Sum of RGB (Red+Green+Blue) = 130+2+4=136 (18% of max value = 765). Red value is 130 (51.17% from 255 or 95.59% from 136); Green value is 2 (1.17% from 255 or 1.47% from 136); Blue value is 4 (1.95% from 255 or 2.94% from 136); Max value from RGB is 130 - color contains mainly: red. Hex color #820204 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820204 is #7DFDFB. Grayscale: #282828. Windows color (decimal): -8257020 or 262786. OLE color: 262786.

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

Color convert

RGB13024-
CMYK00.980.970.49
HSL359.06º96.97%25.88%-
HSV(B)359.06º98.46%50.98%-
XYZ9.254.80.55-
YUV40.5107.41191.84-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 95.59%
GREEN value IS 2 (1.17% from 255) = 1.47%
BLUE value IS 4 (1.95% from 255) = 2.94%
R=95.59%
G=1.47%
B=2.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.97
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1302400.980.970.49359.0696.9725.88
Hex82240626131167611a
Octal2022401421416154714132
Binary1000001010100011000101100001110001101100111110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820204; }

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

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

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

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

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

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

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

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