Shades of Sangria #83030C
Tints of Sangria #83030C
RGB
CMYK
RGB Variations
Color information
#83030C (or 0x83030C) is known color: Sangria. HEX triplet: 83, 03 and 0C. RGB value is (131,3,12). Sum of RGB (Red+Green+Blue) = 131+3+12=146 (19% of max value = 765). Red value is 131 (51.56% from 255 or 89.73% from 146); Green value is 3 (1.56% from 255 or 2.05% from 146); Blue value is 12 (5.08% from 255 or 8.22% from 146); Max value from RGB is 131 - color contains mainly: red. Hex color #83030C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #83030C is #7CFCF3. Grayscale: #2A2A2A. Windows color (decimal): -8191220 or 787331. OLE color: 787331.
HSL color Cylindrical-coordinate representation of color #83030C: hue angle of 355.78º 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 #83030C is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 3 | 12 | - |
| CMYK | 0 | 0.98 | 0.91 | 0.49 |
| HSL | 355.78º | 0.96% | 0.26% | - |
| HSV(B) | 355.78º | 0.98% | 0.51% | - |
| XYZ | 9.46 | 4.92 | 0.8 | - |
| YUV | 42.3 | 110.91 | 191.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 3 | 12 | 0 | 0.98 | 0.91 | 0.49 | 355.78 | 0.96 | 0.26 |
| Hex | 83 | 3 | C | 0 | 62 | 5B | 31 | 164 | 60 | 1A |
| Octal | 203 | 3 | 14 | 0 | 142 | 133 | 61 | 544 | 140 | 32 |
| Binary | 10000011 | 11 | 1100 | 0 | 1100010 | 1011011 | 110001 | 101100100 | 1100000 | 11010 |
Color Harmonies of #83030C
Complementary color
Monochromatic Colors of #83030C
Black with #83030C
Text Example
Text Example
White with #83030C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83030C; }
p { color: rgb(131,3,12); }
H1.HeaderClassName
{
color: #83030C;
}
.AnyTagClassName
{
color: #83030C;
}
</style>
background-color css
<style>
a { background-color: #83030C; }
a { background-color: rgb(131,3,12); }
div.DivClassName
{
background-color: #83030C;
}
.BgClassName
{
background-color: #83030C;
}
</style>
border-color css
<style>
span { border-color: #83030C; }
span { border-color: rgb(131,3,12); }
td.TdClassName
{
border-color: #83030C;
}
.TagClassName
{
border-color: #83030C;
}
</style>