#820108

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

Shades of Sangria #820108

Tints of Sangria #820108

Color information

#820108 (or 0x820108) is unknown color: approx Sangria. HEX triplet: 82, 01 and 08. RGB value is (130,1,8). Sum of RGB (Red+Green+Blue) = 130+1+8=139 (18% of max value = 765). Red value is 130 (51.17% from 255 or 93.53% from 139); Green value is 1 (0.78% from 255 or 0.72% from 139); Blue value is 8 (3.52% from 255 or 5.76% from 139); Max value from RGB is 130 - color contains mainly: red. Hex color #820108 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820108 is #7DFEF7. Grayscale: #282828. Windows color (decimal): -8257272 or 524674. OLE color: 524674.

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

Color convert

RGB13018-
CMYK00.990.940.49
HSL356.74º98.47%25.69%-
HSV(B)356.74º99.23%50.98%-
XYZ9.264.790.67-
YUV40.37109.74191.93-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 93.53%
GREEN value IS 1 (0.78% from 255) = 0.72%
BLUE value IS 8 (3.52% from 255) = 5.76%
R=93.53%
G=0.72%
B=5.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.94
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301800.990.940.49356.7498.4725.69
Hex82180635E31165621a
Octal20211001431366154514232
Binary1000001011000011000111011110110001101100101110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820108; }

 p { color: rgb(130,1,8); }

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

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

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

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

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

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

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