Shades of Sangria #83070A
Tints of Sangria #83070A
RGB
CMYK
RGB Variations
Color information
#83070A (or 0x83070A) is known color: Sangria. HEX triplet: 83, 07 and 0A. RGB value is (131,7,10). Sum of RGB (Red+Green+Blue) = 131+7+10=148 (19% of max value = 765). Red value is 131 (51.56% from 255 or 88.51% from 148); Green value is 7 (3.12% from 255 or 4.73% from 148); Blue value is 10 (4.30% from 255 or 6.76% from 148); Max value from RGB is 131 - color contains mainly: red. Hex color #83070A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #83070A is #7CF8F5. Grayscale: #2C2C2C. Windows color (decimal): -8190198 or 657283. OLE color: 657283.
HSL color Cylindrical-coordinate representation of color #83070A: hue angle of 358.55º 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 #83070A is Cyan = 0, Magento = 0.95, Yellow = 0.92 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 7 | 10 | - |
| CMYK | 0 | 0.95 | 0.92 | 0.49 |
| HSL | 358.55º | 0.9% | 0.27% | - |
| HSV(B) | 358.55º | 0.95% | 0.51% | - |
| XYZ | 9.49 | 5 | 0.75 | - |
| YUV | 44.42 | 108.58 | 189.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 7 | 10 | 0 | 0.95 | 0.92 | 0.49 | 358.55 | 0.9 | 0.27 |
| Hex | 83 | 7 | A | 0 | 5F | 5C | 31 | 167 | 5A | 1B |
| Octal | 203 | 7 | 12 | 0 | 137 | 134 | 61 | 547 | 132 | 33 |
| Binary | 10000011 | 111 | 1010 | 0 | 1011111 | 1011100 | 110001 | 101100111 | 1011010 | 11011 |
Color Harmonies of #83070A
Complementary color
Monochromatic Colors of #83070A
Black with #83070A
Text Example
Text Example
White with #83070A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83070A; }
p { color: rgb(131,7,10); }
H1.HeaderClassName
{
color: #83070A;
}
.AnyTagClassName
{
color: #83070A;
}
</style>
background-color css
<style>
a { background-color: #83070A; }
a { background-color: rgb(131,7,10); }
div.DivClassName
{
background-color: #83070A;
}
.BgClassName
{
background-color: #83070A;
}
</style>
border-color css
<style>
span { border-color: #83070A; }
span { border-color: rgb(131,7,10); }
td.TdClassName
{
border-color: #83070A;
}
.TagClassName
{
border-color: #83070A;
}
</style>