#820206

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

Shades of Sangria #820206

Tints of Sangria #820206

Color information

#820206 (or 0x820206) is unknown color: approx Sangria. HEX triplet: 82, 02 and 06. RGB value is (130,2,6). Sum of RGB (Red+Green+Blue) = 130+2+6=138 (18% of max value = 765). Red value is 130 (51.17% from 255 or 94.20% from 138); Green value is 2 (1.17% from 255 or 1.45% from 138); Blue value is 6 (2.73% from 255 or 4.35% from 138); Max value from RGB is 130 - color contains mainly: red. Hex color #820206 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820206 is #7DFDF9. Grayscale: #282828. Windows color (decimal): -8257018 or 393858. OLE color: 393858.

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

Color convert

RGB13026-
CMYK00.980.950.49
HSL358.12º96.97%25.88%-
HSV(B)358.12º98.46%50.98%-
XYZ9.264.80.61-
YUV40.73108.41191.67-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 94.20%
GREEN value IS 2 (1.17% from 255) = 1.45%
BLUE value IS 6 (2.73% from 255) = 4.35%
R=94.20%
G=1.45%
B=4.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1302600.980.950.49358.1296.9725.88
Hex82260625F31166611a
Octal2022601421376154614132
Binary1000001010110011000101011111110001101100110110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820206; }

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

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

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

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

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

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

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

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