Shades of Sangria #830007
Tints of Sangria #830007
RGB
CMYK
RGB Variations
Color information
#830007 (or 0x830007) is known color: Sangria. HEX triplet: 83, 00 and 07. RGB value is (131,0,7). Sum of RGB (Red+Green+Blue) = 131+0+7=138 (18% of max value = 765). Red value is 131 (51.56% from 255 or 94.93% from 138); Green value is 0 (0.39% from 255 or 0% from 138); Blue value is 7 (3.12% from 255 or 5.07% from 138); Max value from RGB is 131 - color contains mainly: red. Hex color #830007 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #830007 is #7CFFF8. Grayscale: #282828. Windows color (decimal): -8191993 or 458883. OLE color: 458883.
HSL color Cylindrical-coordinate representation of color #830007: hue angle of 356.79º 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 #830007 is Cyan = 0, Magento = 1, Yellow = 0.95 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 0 | 7 | - |
| CMYK | 0 | 1 | 0.95 | 0.49 |
| HSL | 356.79º | 1% | 0.26% | - |
| HSV(B) | 356.79º | 1% | 0.51% | - |
| XYZ | 9.4 | 4.84 | 0.64 | - |
| YUV | 39.97 | 109.4 | 192.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 0 | 7 | 0 | 1 | 0.95 | 0.49 | 356.79 | 1 | 0.26 |
| Hex | 83 | 0 | 7 | 0 | 64 | 5F | 31 | 165 | 64 | 1A |
| Octal | 203 | 0 | 7 | 0 | 144 | 137 | 61 | 545 | 144 | 32 |
| Binary | 10000011 | 0 | 111 | 0 | 1100100 | 1011111 | 110001 | 101100101 | 1100100 | 11010 |
Color Harmonies of #830007
Complementary color
Monochromatic Colors of #830007
Black with #830007
Text Example
Text Example
White with #830007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830007; }
p { color: rgb(131,0,7); }
H1.HeaderClassName
{
color: #830007;
}
.AnyTagClassName
{
color: #830007;
}
</style>
background-color css
<style>
a { background-color: #830007; }
a { background-color: rgb(131,0,7); }
div.DivClassName
{
background-color: #830007;
}
.BgClassName
{
background-color: #830007;
}
</style>
border-color css
<style>
span { border-color: #830007; }
span { border-color: rgb(131,0,7); }
td.TdClassName
{
border-color: #830007;
}
.TagClassName
{
border-color: #830007;
}
</style>