#82010F

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

Shades of Sangria #82010F

Tints of Sangria #82010F

Color information

#82010F (or 0x82010F) is unknown color: approx Sangria. HEX triplet: 82, 01 and 0F. RGB value is (130,1,15). Sum of RGB (Red+Green+Blue) = 130+1+15=146 (19% of max value = 765). Red value is 130 (51.17% from 255 or 89.04% from 146); Green value is 1 (0.78% from 255 or 0.68% from 146); Blue value is 15 (6.25% from 255 or 10.27% from 146); Max value from RGB is 130 - color contains mainly: red. Hex color #82010F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #82010F is #7DFEF0. Grayscale: #292929. Windows color (decimal): -8257265 or 983426. OLE color: 983426.

HSL color Cylindrical-coordinate representation of color #82010F: hue angle of 353.49º 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 #82010F is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB130115-
CMYK00.990.880.49
HSL353.49º98.47%25.69%-
HSV(B)353.49º99.23%50.98%-
XYZ9.34.80.89-
YUV41.17113.24191.36-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 89.04%
GREEN value IS 1 (0.78% from 255) = 0.68%
BLUE value IS 15 (6.25% from 255) = 10.27%
R=89.04%
G=0.68%
B=10.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.88
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13011500.990.880.49353.4998.4725.69
Hex821F0635831161621a
Octal20211701431306154114232
Binary1000001011111011000111011000110001101100001110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82010F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82010F; }

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

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

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

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

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

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

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

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