Shades of Sangria #83070E
Tints of Sangria #83070E
RGB
CMYK
RGB Variations
Color information
#83070E (or 0x83070E) is known color: Sangria. HEX triplet: 83, 07 and 0E. RGB value is (131,7,14). Sum of RGB (Red+Green+Blue) = 131+7+14=152 (20% of max value = 765). Red value is 131 (51.56% from 255 or 86.18% from 152); Green value is 7 (3.12% from 255 or 4.61% from 152); Blue value is 14 (5.86% from 255 or 9.21% from 152); Max value from RGB is 131 - color contains mainly: red. Hex color #83070E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #83070E is #7CF8F1. Grayscale: #2C2C2C. Windows color (decimal): -8190194 or 919427. OLE color: 919427.
HSL color Cylindrical-coordinate representation of color #83070E: hue angle of 356.61º degrees, saturation: 0.9, 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 #83070E is Cyan = 0, Magento = 0.95, Yellow = 0.89 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 7 | 14 | - |
| CMYK | 0 | 0.95 | 0.89 | 0.49 |
| HSL | 356.61º | 0.9% | 0.27% | - |
| HSV(B) | 356.61º | 0.95% | 0.51% | - |
| XYZ | 9.52 | 5.01 | 0.88 | - |
| YUV | 44.87 | 110.58 | 189.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 7 | 14 | 0 | 0.95 | 0.89 | 0.49 | 356.61 | 0.9 | 0.27 |
| Hex | 83 | 7 | E | 0 | 5F | 59 | 31 | 165 | 5A | 1B |
| Octal | 203 | 7 | 16 | 0 | 137 | 131 | 61 | 545 | 132 | 33 |
| Binary | 10000011 | 111 | 1110 | 0 | 1011111 | 1011001 | 110001 | 101100101 | 1011010 | 11011 |
Color Harmonies of #83070E
Complementary color
Monochromatic Colors of #83070E
Black with #83070E
Text Example
Text Example
White with #83070E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83070E; }
p { color: rgb(131,7,14); }
H1.HeaderClassName
{
color: #83070E;
}
.AnyTagClassName
{
color: #83070E;
}
</style>
background-color css
<style>
a { background-color: #83070E; }
a { background-color: rgb(131,7,14); }
div.DivClassName
{
background-color: #83070E;
}
.BgClassName
{
background-color: #83070E;
}
</style>
border-color css
<style>
span { border-color: #83070E; }
span { border-color: rgb(131,7,14); }
td.TdClassName
{
border-color: #83070E;
}
.TagClassName
{
border-color: #83070E;
}
</style>