#82060B

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

Shades of Sangria #82060B

Tints of Sangria #82060B

Color information

#82060B (or 0x82060B) is unknown color: approx Sangria. HEX triplet: 82, 06 and 0B. RGB value is (130,6,11). Sum of RGB (Red+Green+Blue) = 130+6+11=147 (19% of max value = 765). Red value is 130 (51.17% from 255 or 88.44% from 147); Green value is 6 (2.73% from 255 or 4.08% from 147); Blue value is 11 (4.69% from 255 or 7.48% from 147); Max value from RGB is 130 - color contains mainly: red. Hex color #82060B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #82060B is #7DF9F4. Grayscale: #2B2B2B. Windows color (decimal): -8255989 or 722562. OLE color: 722562.

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

Color convert

RGB130611-
CMYK00.950.920.49
HSL357.58º91.18%26.67%-
HSV(B)357.58º95.38%50.98%-
XYZ9.334.90.77-
YUV43.65109.58189.59-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 88.44%
GREEN value IS 6 (2.73% from 255) = 4.08%
BLUE value IS 11 (4.69% from 255) = 7.48%
R=88.44%
G=4.08%
B=7.48%

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
Decimal13061100.950.920.49357.5891.1826.67
Hex826B05F5C311665b1b
Octal20261301371346154613333
Binary100000101101011010111111011100110001101100110101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82060B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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