Shades of Sangria #83030A
Tints of Sangria #83030A
RGB
CMYK
RGB Variations
Color information
#83030A (or 0x83030A) is known color: Sangria. HEX triplet: 83, 03 and 0A. RGB value is (131,3,10). Sum of RGB (Red+Green+Blue) = 131+3+10=144 (19% of max value = 765). Red value is 131 (51.56% from 255 or 90.97% from 144); Green value is 3 (1.56% from 255 or 2.08% from 144); Blue value is 10 (4.30% from 255 or 6.94% from 144); Max value from RGB is 131 - color contains mainly: red. Hex color #83030A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #83030A is #7CFCF5. Grayscale: #2A2A2A. Windows color (decimal): -8191222 or 656259. OLE color: 656259.
HSL color Cylindrical-coordinate representation of color #83030A: hue angle of 356.72º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #83030A is Cyan = 0, Magento = 0.98, Yellow = 0.92 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 3 | 10 | - |
| CMYK | 0 | 0.98 | 0.92 | 0.49 |
| HSL | 356.72º | 0.96% | 0.26% | - |
| HSV(B) | 356.72º | 0.98% | 0.51% | - |
| XYZ | 9.45 | 4.91 | 0.74 | - |
| YUV | 42.07 | 109.91 | 191.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 3 | 10 | 0 | 0.98 | 0.92 | 0.49 | 356.72 | 0.96 | 0.26 |
| Hex | 83 | 3 | A | 0 | 62 | 5C | 31 | 165 | 60 | 1A |
| Octal | 203 | 3 | 12 | 0 | 142 | 134 | 61 | 545 | 140 | 32 |
| Binary | 10000011 | 11 | 1010 | 0 | 1100010 | 1011100 | 110001 | 101100101 | 1100000 | 11010 |
Color Harmonies of #83030A
Complementary color
Monochromatic Colors of #83030A
Black with #83030A
Text Example
Text Example
White with #83030A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83030A; }
p { color: rgb(131,3,10); }
H1.HeaderClassName
{
color: #83030A;
}
.AnyTagClassName
{
color: #83030A;
}
</style>
background-color css
<style>
a { background-color: #83030A; }
a { background-color: rgb(131,3,10); }
div.DivClassName
{
background-color: #83030A;
}
.BgClassName
{
background-color: #83030A;
}
</style>
border-color css
<style>
span { border-color: #83030A; }
span { border-color: rgb(131,3,10); }
td.TdClassName
{
border-color: #83030A;
}
.TagClassName
{
border-color: #83030A;
}
</style>