#82060D

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

Shades of Sangria #82060D

Tints of Sangria #82060D

Color information

#82060D (or 0x82060D) is unknown color: approx Sangria. HEX triplet: 82, 06 and 0D. RGB value is (130,6,13). Sum of RGB (Red+Green+Blue) = 130+6+13=149 (19% of max value = 765). Red value is 130 (51.17% from 255 or 87.25% from 149); Green value is 6 (2.73% from 255 or 4.03% from 149); Blue value is 13 (5.47% from 255 or 8.72% from 149); Max value from RGB is 130 - color contains mainly: red. Hex color #82060D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #82060D is #7DF9F2. Grayscale: #2B2B2B. Windows color (decimal): -8255987 or 853634. OLE color: 853634.

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

Color convert

RGB130613-
CMYK00.950.90.49
HSL356.61º91.18%26.67%-
HSV(B)356.61º95.38%50.98%-
XYZ9.344.910.84-
YUV43.87110.58189.43-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 87.25%
GREEN value IS 6 (2.73% from 255) = 4.03%
BLUE value IS 13 (5.47% from 255) = 8.72%
R=87.25%
G=4.03%
B=8.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.9
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13061300.950.90.49356.6191.1826.67
Hex826D05F5A311655b1b
Octal20261501371326154513333
Binary100000101101101010111111011010110001101100101101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82060D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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