Shades of Sangria #83090F
Tints of Sangria #83090F
RGB
CMYK
RGB Variations
Color information
#83090F (or 0x83090F) is known color: Sangria. HEX triplet: 83, 09 and 0F. RGB value is (131,9,15). Sum of RGB (Red+Green+Blue) = 131+9+15=155 (20% of max value = 765). Red value is 131 (51.56% from 255 or 84.52% from 155); Green value is 9 (3.91% from 255 or 5.81% from 155); Blue value is 15 (6.25% from 255 or 9.68% from 155); Max value from RGB is 131 - color contains mainly: red. Hex color #83090F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #83090F is #7CF6F0. Grayscale: #2E2E2E. Windows color (decimal): -8189681 or 985475. OLE color: 985475.
HSL color Cylindrical-coordinate representation of color #83090F: hue angle of 357.05º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #83090F is Cyan = 0, Magento = 0.93, Yellow = 0.89 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 9 | 15 | - |
| CMYK | 0 | 0.93 | 0.89 | 0.49 |
| HSL | 357.05º | 0.87% | 0.27% | - |
| HSV(B) | 357.05º | 0.93% | 0.51% | - |
| XYZ | 9.54 | 5.06 | 0.92 | - |
| YUV | 46.16 | 110.42 | 188.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 9 | 15 | 0 | 0.93 | 0.89 | 0.49 | 357.05 | 0.87 | 0.27 |
| Hex | 83 | 9 | F | 0 | 5D | 59 | 31 | 165 | 57 | 1B |
| Octal | 203 | 11 | 17 | 0 | 135 | 131 | 61 | 545 | 127 | 33 |
| Binary | 10000011 | 1001 | 1111 | 0 | 1011101 | 1011001 | 110001 | 101100101 | 1010111 | 11011 |
Color Harmonies of #83090F
Complementary color
Monochromatic Colors of #83090F
Black with #83090F
Text Example
Text Example
White with #83090F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83090F; }
p { color: rgb(131,9,15); }
H1.HeaderClassName
{
color: #83090F;
}
.AnyTagClassName
{
color: #83090F;
}
</style>
background-color css
<style>
a { background-color: #83090F; }
a { background-color: rgb(131,9,15); }
div.DivClassName
{
background-color: #83090F;
}
.BgClassName
{
background-color: #83090F;
}
</style>
border-color css
<style>
span { border-color: #83090F; }
span { border-color: rgb(131,9,15); }
td.TdClassName
{
border-color: #83090F;
}
.TagClassName
{
border-color: #83090F;
}
</style>