Shades of Sangria #830011
Tints of Sangria #830011
RGB
CMYK
RGB Variations
Color information
#830011 (or 0x830011) is known color: Sangria. HEX triplet: 83, 00 and 11. RGB value is (131,0,17). Sum of RGB (Red+Green+Blue) = 131+0+17=148 (19% of max value = 765). Red value is 131 (51.56% from 255 or 88.51% from 148); Green value is 0 (0.39% from 255 or 0% from 148); Blue value is 17 (7.03% from 255 or 11.49% from 148); Max value from RGB is 131 - color contains mainly: red. Hex color #830011 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #830011 is #7CFFEE. Grayscale: #292929. Windows color (decimal): -8191983 or 1114243. OLE color: 1114243.
HSL color Cylindrical-coordinate representation of color #830011: hue angle of 352.21º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #830011 is Cyan = 0, Magento = 1, Yellow = 0.87 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 0 | 17 | - |
| CMYK | 0 | 1 | 0.87 | 0.49 |
| HSL | 352.21º | 1% | 0.26% | - |
| HSV(B) | 352.21º | 1% | 0.51% | - |
| XYZ | 9.46 | 4.87 | 0.97 | - |
| YUV | 41.11 | 114.4 | 192.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 0 | 17 | 0 | 1 | 0.87 | 0.49 | 352.21 | 1 | 0.26 |
| Hex | 83 | 0 | 11 | 0 | 64 | 57 | 31 | 160 | 64 | 1A |
| Octal | 203 | 0 | 21 | 0 | 144 | 127 | 61 | 540 | 144 | 32 |
| Binary | 10000011 | 0 | 10001 | 0 | 1100100 | 1010111 | 110001 | 101100000 | 1100100 | 11010 |
Color Harmonies of #830011
Complementary color
Monochromatic Colors of #830011
Black with #830011
Text Example
Text Example
White with #830011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830011; }
p { color: rgb(131,0,17); }
H1.HeaderClassName
{
color: #830011;
}
.AnyTagClassName
{
color: #830011;
}
</style>
background-color css
<style>
a { background-color: #830011; }
a { background-color: rgb(131,0,17); }
div.DivClassName
{
background-color: #830011;
}
.BgClassName
{
background-color: #830011;
}
</style>
border-color css
<style>
span { border-color: #830011; }
span { border-color: rgb(131,0,17); }
td.TdClassName
{
border-color: #830011;
}
.TagClassName
{
border-color: #830011;
}
</style>