Shades of Sangria #830B0C
Tints of Sangria #830B0C
RGB
CMYK
RGB Variations
Color information
#830B0C (or 0x830B0C) is known color: Sangria. HEX triplet: 83, 0B and 0C. RGB value is (131,11,12). Sum of RGB (Red+Green+Blue) = 131+11+12=154 (20% of max value = 765). Red value is 131 (51.56% from 255 or 85.06% from 154); Green value is 11 (4.69% from 255 or 7.14% from 154); Blue value is 12 (5.08% from 255 or 7.79% from 154); Max value from RGB is 131 - color contains mainly: red. Hex color #830B0C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #830B0C is #7CF4F3. Grayscale: #2F2F2F. Windows color (decimal): -8189172 or 789379. OLE color: 789379.
HSL color Cylindrical-coordinate representation of color #830B0C: hue angle of 359.5º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #830B0C is Cyan = 0, Magento = 0.92, Yellow = 0.91 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 11 | 12 | - |
| CMYK | 0 | 0.92 | 0.91 | 0.49 |
| HSL | 359.5º | 0.85% | 0.28% | - |
| HSV(B) | 359.5º | 0.92% | 0.51% | - |
| XYZ | 9.55 | 5.09 | 0.83 | - |
| YUV | 46.99 | 108.26 | 187.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 11 | 12 | 0 | 0.92 | 0.91 | 0.49 | 359.5 | 0.85 | 0.28 |
| Hex | 83 | B | C | 0 | 5C | 5B | 31 | 168 | 55 | 1C |
| Octal | 203 | 13 | 14 | 0 | 134 | 133 | 61 | 550 | 125 | 34 |
| Binary | 10000011 | 1011 | 1100 | 0 | 1011100 | 1011011 | 110001 | 101101000 | 1010101 | 11100 |
Color Harmonies of #830B0C
Complementary color
Monochromatic Colors of #830B0C
Black with #830B0C
Text Example
Text Example
White with #830B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830B0C; }
p { color: rgb(131,11,12); }
H1.HeaderClassName
{
color: #830B0C;
}
.AnyTagClassName
{
color: #830B0C;
}
</style>
background-color css
<style>
a { background-color: #830B0C; }
a { background-color: rgb(131,11,12); }
div.DivClassName
{
background-color: #830B0C;
}
.BgClassName
{
background-color: #830B0C;
}
</style>
border-color css
<style>
span { border-color: #830B0C; }
span { border-color: rgb(131,11,12); }
td.TdClassName
{
border-color: #830B0C;
}
.TagClassName
{
border-color: #830B0C;
}
</style>