Shades of Sangria #83010F
Tints of Sangria #83010F
RGB
CMYK
RGB Variations
Color information
#83010F (or 0x83010F) is known color: Sangria. HEX triplet: 83, 01 and 0F. RGB value is (131,1,15). Sum of RGB (Red+Green+Blue) = 131+1+15=147 (19% of max value = 765). Red value is 131 (51.56% from 255 or 89.12% from 147); Green value is 1 (0.78% from 255 or 0.68% from 147); Blue value is 15 (6.25% from 255 or 10.20% from 147); Max value from RGB is 131 - color contains mainly: red. Hex color #83010F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #83010F is #7CFEF0. Grayscale: #292929. Windows color (decimal): -8191729 or 983427. OLE color: 983427.
HSL color Cylindrical-coordinate representation of color #83010F: hue angle of 353.54º 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 #83010F is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 1 | 15 | - |
| CMYK | 0 | 0.99 | 0.89 | 0.49 |
| HSL | 353.54º | 0.98% | 0.26% | - |
| HSV(B) | 353.54º | 0.99% | 0.51% | - |
| XYZ | 9.46 | 4.88 | 0.9 | - |
| YUV | 41.47 | 113.07 | 191.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 1 | 15 | 0 | 0.99 | 0.89 | 0.49 | 353.54 | 0.98 | 0.26 |
| Hex | 83 | 1 | F | 0 | 63 | 59 | 31 | 162 | 62 | 1A |
| Octal | 203 | 1 | 17 | 0 | 143 | 131 | 61 | 542 | 142 | 32 |
| Binary | 10000011 | 1 | 1111 | 0 | 1100011 | 1011001 | 110001 | 101100010 | 1100010 | 11010 |
Color Harmonies of #83010F
Complementary color
Monochromatic Colors of #83010F
Black with #83010F
Text Example
Text Example
White with #83010F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83010F; }
p { color: rgb(131,1,15); }
H1.HeaderClassName
{
color: #83010F;
}
.AnyTagClassName
{
color: #83010F;
}
</style>
background-color css
<style>
a { background-color: #83010F; }
a { background-color: rgb(131,1,15); }
div.DivClassName
{
background-color: #83010F;
}
.BgClassName
{
background-color: #83010F;
}
</style>
border-color css
<style>
span { border-color: #83010F; }
span { border-color: rgb(131,1,15); }
td.TdClassName
{
border-color: #83010F;
}
.TagClassName
{
border-color: #83010F;
}
</style>