#820910

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

Shades of Sangria #820910

Tints of Sangria #820910

Color information

#820910 (or 0x820910) is unknown color: approx Sangria. HEX triplet: 82, 09 and 10. RGB value is (130,9,16). Sum of RGB (Red+Green+Blue) = 130+9+16=155 (20% of max value = 765). Red value is 130 (51.17% from 255 or 83.87% from 155); Green value is 9 (3.91% from 255 or 5.81% from 155); Blue value is 16 (6.64% from 255 or 10.32% from 155); Max value from RGB is 130 - color contains mainly: red. Hex color #820910 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820910 is #7DF6EF. Grayscale: #2E2E2E. Windows color (decimal): -8255216 or 1051010. OLE color: 1051010.

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

Color convert

RGB130916-
CMYK00.930.880.49
HSL356.53º87.05%27.25%-
HSV(B)356.53º93.08%50.98%-
XYZ9.44.980.96-
YUV45.98111.09187.93-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 83.87%
GREEN value IS 9 (3.91% from 255) = 5.81%
BLUE value IS 16 (6.64% from 255) = 10.32%
R=83.87%
G=5.81%
B=10.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.88
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13091600.930.880.49356.5387.0527.25
Hex8291005D5831165571b
Octal202112001351306154512733
Binary10000010100110000010111011011000110001101100101101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820910; }

 p { color: rgb(130,9,16); }

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

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

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

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

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

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

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