#82060A

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

Shades of Sangria #82060A

Tints of Sangria #82060A

Color information

#82060A (or 0x82060A) is unknown color: approx Sangria. HEX triplet: 82, 06 and 0A. RGB value is (130,6,10). Sum of RGB (Red+Green+Blue) = 130+6+10=146 (19% of max value = 765). Red value is 130 (51.17% from 255 or 89.04% from 146); Green value is 6 (2.73% from 255 or 4.11% from 146); Blue value is 10 (4.30% from 255 or 6.85% from 146); Max value from RGB is 130 - color contains mainly: red. Hex color #82060A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #82060A is #7DF9F5. Grayscale: #2B2B2B. Windows color (decimal): -8255990 or 657026. OLE color: 657026.

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

Color convert

RGB130610-
CMYK00.950.920.49
HSL358.06º91.18%26.67%-
HSV(B)358.06º95.38%50.98%-
XYZ9.334.90.74-
YUV43.53109.08189.67-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 89.04%
GREEN value IS 6 (2.73% from 255) = 4.11%
BLUE value IS 10 (4.30% from 255) = 6.85%
R=89.04%
G=4.11%
B=6.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.92
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13061000.950.920.49358.0691.1826.67
Hex826A05F5C311665b1b
Octal20261201371346154613333
Binary100000101101010010111111011100110001101100110101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82060A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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