#82080D

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

Shades of Sangria #82080D

Tints of Sangria #82080D

Color information

#82080D (or 0x82080D) is unknown color: approx Sangria. HEX triplet: 82, 08 and 0D. RGB value is (130,8,13). Sum of RGB (Red+Green+Blue) = 130+8+13=151 (20% of max value = 765). Red value is 130 (51.17% from 255 or 86.09% from 151); Green value is 8 (3.52% from 255 or 5.30% from 151); Blue value is 13 (5.47% from 255 or 8.61% from 151); Max value from RGB is 130 - color contains mainly: red. Hex color #82080D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #82080D is #7DF7F2. Grayscale: #2D2D2D. Windows color (decimal): -8255475 or 854146. OLE color: 854146.

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

Color convert

RGB130813-
CMYK00.940.90.49
HSL357.54º88.41%27.06%-
HSV(B)357.54º93.85%50.98%-
XYZ9.374.950.84-
YUV45.05109.92188.59-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 86.09%
GREEN value IS 8 (3.52% from 255) = 5.30%
BLUE value IS 13 (5.47% from 255) = 8.61%
R=86.09%
G=5.30%
B=8.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.9
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13081300.940.90.49357.5488.4127.06
Hex828D05E5A31166581b
Octal202101501361326154613033
Binary1000001010001101010111101011010110001101100110101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82080D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82080D; }

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

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

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

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

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

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

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

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