Shades of Sangria #830405
Tints of Sangria #830405
RGB
CMYK
RGB Variations
Color information
#830405 (or 0x830405) is known color: Sangria. HEX triplet: 83, 04 and 05. RGB value is (131,4,5). Sum of RGB (Red+Green+Blue) = 131+4+5=140 (18% of max value = 765). Red value is 131 (51.56% from 255 or 93.57% from 140); Green value is 4 (1.95% from 255 or 2.86% from 140); Blue value is 5 (2.34% from 255 or 3.57% from 140); Max value from RGB is 131 - color contains mainly: red. Hex color #830405 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #830405 is #7CFBFA. Grayscale: #2A2A2A. Windows color (decimal): -8190971 or 328835. OLE color: 328835.
HSL color Cylindrical-coordinate representation of color #830405: hue angle of 359.53º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #830405 is Cyan = 0, Magento = 0.97, Yellow = 0.96 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 4 | 5 | - |
| CMYK | 0 | 0.97 | 0.96 | 0.49 |
| HSL | 359.53º | 0.94% | 0.26% | - |
| HSV(B) | 359.53º | 0.97% | 0.51% | - |
| XYZ | 9.43 | 4.92 | 0.6 | - |
| YUV | 42.09 | 107.08 | 191.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 4 | 5 | 0 | 0.97 | 0.96 | 0.49 | 359.53 | 0.94 | 0.26 |
| Hex | 83 | 4 | 5 | 0 | 61 | 60 | 31 | 168 | 5E | 1A |
| Octal | 203 | 4 | 5 | 0 | 141 | 140 | 61 | 550 | 136 | 32 |
| Binary | 10000011 | 100 | 101 | 0 | 1100001 | 1100000 | 110001 | 101101000 | 1011110 | 11010 |
Color Harmonies of #830405
Complementary color
Monochromatic Colors of #830405
Black with #830405
Text Example
Text Example
White with #830405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830405; }
p { color: rgb(131,4,5); }
H1.HeaderClassName
{
color: #830405;
}
.AnyTagClassName
{
color: #830405;
}
</style>
background-color css
<style>
a { background-color: #830405; }
a { background-color: rgb(131,4,5); }
div.DivClassName
{
background-color: #830405;
}
.BgClassName
{
background-color: #830405;
}
</style>
border-color css
<style>
span { border-color: #830405; }
span { border-color: rgb(131,4,5); }
td.TdClassName
{
border-color: #830405;
}
.TagClassName
{
border-color: #830405;
}
</style>