Shades of Sangria #83050F
Tints of Sangria #83050F
RGB
CMYK
RGB Variations
Color information
#83050F (or 0x83050F) is known color: Sangria. HEX triplet: 83, 05 and 0F. RGB value is (131,5,15). Sum of RGB (Red+Green+Blue) = 131+5+15=151 (20% of max value = 765). Red value is 131 (51.56% from 255 or 86.75% from 151); Green value is 5 (2.34% from 255 or 3.31% from 151); Blue value is 15 (6.25% from 255 or 9.93% from 151); Max value from RGB is 131 - color contains mainly: red. Hex color #83050F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #83050F is #7CFAF0. Grayscale: #2B2B2B. Windows color (decimal): -8190705 or 984451. OLE color: 984451.
HSL color Cylindrical-coordinate representation of color #83050F: hue angle of 355.24º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #83050F is Cyan = 0, Magento = 0.96, Yellow = 0.89 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 5 | 15 | - |
| CMYK | 0 | 0.96 | 0.89 | 0.49 |
| HSL | 355.24º | 0.93% | 0.27% | - |
| HSV(B) | 355.24º | 0.96% | 0.51% | - |
| XYZ | 9.5 | 4.97 | 0.91 | - |
| YUV | 43.81 | 111.74 | 190.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 5 | 15 | 0 | 0.96 | 0.89 | 0.49 | 355.24 | 0.93 | 0.27 |
| Hex | 83 | 5 | F | 0 | 60 | 59 | 31 | 163 | 5D | 1B |
| Octal | 203 | 5 | 17 | 0 | 140 | 131 | 61 | 543 | 135 | 33 |
| Binary | 10000011 | 101 | 1111 | 0 | 1100000 | 1011001 | 110001 | 101100011 | 1011101 | 11011 |
Color Harmonies of #83050F
Complementary color
Monochromatic Colors of #83050F
Black with #83050F
Text Example
Text Example
White with #83050F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83050F; }
p { color: rgb(131,5,15); }
H1.HeaderClassName
{
color: #83050F;
}
.AnyTagClassName
{
color: #83050F;
}
</style>
background-color css
<style>
a { background-color: #83050F; }
a { background-color: rgb(131,5,15); }
div.DivClassName
{
background-color: #83050F;
}
.BgClassName
{
background-color: #83050F;
}
</style>
border-color css
<style>
span { border-color: #83050F; }
span { border-color: rgb(131,5,15); }
td.TdClassName
{
border-color: #83050F;
}
.TagClassName
{
border-color: #83050F;
}
</style>