Shades of Sangria #830508
Tints of Sangria #830508
RGB
CMYK
RGB Variations
Color information
#830508 (or 0x830508) is known color: Sangria. HEX triplet: 83, 05 and 08. RGB value is (131,5,8). Sum of RGB (Red+Green+Blue) = 131+5+8=144 (19% of max value = 765). Red value is 131 (51.56% from 255 or 90.97% from 144); Green value is 5 (2.34% from 255 or 3.47% from 144); Blue value is 8 (3.52% from 255 or 5.56% from 144); Max value from RGB is 131 - color contains mainly: red. Hex color #830508 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #830508 is #7CFAF7. Grayscale: #2B2B2B. Windows color (decimal): -8190712 or 525699. OLE color: 525699.
HSL color Cylindrical-coordinate representation of color #830508: hue angle of 358.57º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #830508 is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 5 | 8 | - |
| CMYK | 0 | 0.96 | 0.94 | 0.49 |
| HSL | 358.57º | 0.93% | 0.27% | - |
| HSV(B) | 358.57º | 0.96% | 0.51% | - |
| XYZ | 9.46 | 4.95 | 0.69 | - |
| YUV | 43.02 | 108.24 | 190.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 5 | 8 | 0 | 0.96 | 0.94 | 0.49 | 358.57 | 0.93 | 0.27 |
| Hex | 83 | 5 | 8 | 0 | 60 | 5E | 31 | 167 | 5D | 1B |
| Octal | 203 | 5 | 10 | 0 | 140 | 136 | 61 | 547 | 135 | 33 |
| Binary | 10000011 | 101 | 1000 | 0 | 1100000 | 1011110 | 110001 | 101100111 | 1011101 | 11011 |
Color Harmonies of #830508
Complementary color
Monochromatic Colors of #830508
Black with #830508
Text Example
Text Example
White with #830508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830508; }
p { color: rgb(131,5,8); }
H1.HeaderClassName
{
color: #830508;
}
.AnyTagClassName
{
color: #830508;
}
</style>
background-color css
<style>
a { background-color: #830508; }
a { background-color: rgb(131,5,8); }
div.DivClassName
{
background-color: #830508;
}
.BgClassName
{
background-color: #830508;
}
</style>
border-color css
<style>
span { border-color: #830508; }
span { border-color: rgb(131,5,8); }
td.TdClassName
{
border-color: #830508;
}
.TagClassName
{
border-color: #830508;
}
</style>