Shades of Sangria #83000F
Tints of Sangria #83000F
RGB
CMYK
RGB Variations
Color information
#83000F (or 0x83000F) is known color: Sangria. HEX triplet: 83, 00 and 0F. RGB value is (131,0,15). Sum of RGB (Red+Green+Blue) = 131+0+15=146 (19% of max value = 765). Red value is 131 (51.56% from 255 or 89.73% from 146); Green value is 0 (0.39% from 255 or 0% from 146); Blue value is 15 (6.25% from 255 or 10.27% from 146); Max value from RGB is 131 - color contains mainly: red. Hex color #83000F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #83000F is #7CFFF0. Grayscale: #282828. Windows color (decimal): -8191985 or 983171. OLE color: 983171.
HSL color Cylindrical-coordinate representation of color #83000F: hue angle of 353.13º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #83000F is Cyan = 0, Magento = 1, Yellow = 0.89 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 0 | 15 | - |
| CMYK | 0 | 1 | 0.89 | 0.49 |
| HSL | 353.13º | 1% | 0.26% | - |
| HSV(B) | 353.13º | 1% | 0.51% | - |
| XYZ | 9.45 | 4.86 | 0.89 | - |
| YUV | 40.88 | 113.4 | 192.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 0 | 15 | 0 | 1 | 0.89 | 0.49 | 353.13 | 1 | 0.26 |
| Hex | 83 | 0 | F | 0 | 64 | 59 | 31 | 161 | 64 | 1A |
| Octal | 203 | 0 | 17 | 0 | 144 | 131 | 61 | 541 | 144 | 32 |
| Binary | 10000011 | 0 | 1111 | 0 | 1100100 | 1011001 | 110001 | 101100001 | 1100100 | 11010 |
Color Harmonies of #83000F
Complementary color
Monochromatic Colors of #83000F
Black with #83000F
Text Example
Text Example
White with #83000F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83000F; }
p { color: rgb(131,0,15); }
H1.HeaderClassName
{
color: #83000F;
}
.AnyTagClassName
{
color: #83000F;
}
</style>
background-color css
<style>
a { background-color: #83000F; }
a { background-color: rgb(131,0,15); }
div.DivClassName
{
background-color: #83000F;
}
.BgClassName
{
background-color: #83000F;
}
</style>
border-color css
<style>
span { border-color: #83000F; }
span { border-color: rgb(131,0,15); }
td.TdClassName
{
border-color: #83000F;
}
.TagClassName
{
border-color: #83000F;
}
</style>