Shades of Sangria #83010C
Tints of Sangria #83010C
RGB
CMYK
RGB Variations
Color information
#83010C (or 0x83010C) is known color: Sangria. HEX triplet: 83, 01 and 0C. RGB value is (131,1,12). Sum of RGB (Red+Green+Blue) = 131+1+12=144 (19% of max value = 765). Red value is 131 (51.56% from 255 or 90.97% from 144); Green value is 1 (0.78% from 255 or 0.69% from 144); Blue value is 12 (5.08% from 255 or 8.33% from 144); Max value from RGB is 131 - color contains mainly: red. Hex color #83010C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #83010C is #7CFEF3. Grayscale: #292929. Windows color (decimal): -8191732 or 786819. OLE color: 786819.
HSL color Cylindrical-coordinate representation of color #83010C: hue angle of 354.92º 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 #83010C is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 1 | 12 | - |
| CMYK | 0 | 0.99 | 0.91 | 0.49 |
| HSL | 354.92º | 0.98% | 0.26% | - |
| HSV(B) | 354.92º | 0.99% | 0.51% | - |
| XYZ | 9.44 | 4.87 | 0.79 | - |
| YUV | 41.12 | 111.57 | 192.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 1 | 12 | 0 | 0.99 | 0.91 | 0.49 | 354.92 | 0.98 | 0.26 |
| Hex | 83 | 1 | C | 0 | 63 | 5B | 31 | 163 | 62 | 1A |
| Octal | 203 | 1 | 14 | 0 | 143 | 133 | 61 | 543 | 142 | 32 |
| Binary | 10000011 | 1 | 1100 | 0 | 1100011 | 1011011 | 110001 | 101100011 | 1100010 | 11010 |
Color Harmonies of #83010C
Complementary color
Monochromatic Colors of #83010C
Black with #83010C
Text Example
Text Example
White with #83010C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83010C; }
p { color: rgb(131,1,12); }
H1.HeaderClassName
{
color: #83010C;
}
.AnyTagClassName
{
color: #83010C;
}
</style>
background-color css
<style>
a { background-color: #83010C; }
a { background-color: rgb(131,1,12); }
div.DivClassName
{
background-color: #83010C;
}
.BgClassName
{
background-color: #83010C;
}
</style>
border-color css
<style>
span { border-color: #83010C; }
span { border-color: rgb(131,1,12); }
td.TdClassName
{
border-color: #83010C;
}
.TagClassName
{
border-color: #83010C;
}
</style>