Shades of Sangria #83090B
Tints of Sangria #83090B
RGB
CMYK
RGB Variations
Color information
#83090B (or 0x83090B) is known color: Sangria. HEX triplet: 83, 09 and 0B. RGB value is (131,9,11). Sum of RGB (Red+Green+Blue) = 131+9+11=151 (20% of max value = 765). Red value is 131 (51.56% from 255 or 86.75% from 151); Green value is 9 (3.91% from 255 or 5.96% from 151); Blue value is 11 (4.69% from 255 or 7.28% from 151); Max value from RGB is 131 - color contains mainly: red. Hex color #83090B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #83090B is #7CF6F4. Grayscale: #2D2D2D. Windows color (decimal): -8189685 or 723331. OLE color: 723331.
HSL color Cylindrical-coordinate representation of color #83090B: hue angle of 359.02º 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 #83090B is Cyan = 0, Magento = 0.93, Yellow = 0.92 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 9 | 11 | - |
| CMYK | 0 | 0.93 | 0.92 | 0.49 |
| HSL | 359.02º | 0.87% | 0.27% | - |
| HSV(B) | 359.02º | 0.93% | 0.51% | - |
| XYZ | 9.52 | 5.04 | 0.79 | - |
| YUV | 45.71 | 108.42 | 188.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 9 | 11 | 0 | 0.93 | 0.92 | 0.49 | 359.02 | 0.87 | 0.27 |
| Hex | 83 | 9 | B | 0 | 5D | 5C | 31 | 167 | 57 | 1B |
| Octal | 203 | 11 | 13 | 0 | 135 | 134 | 61 | 547 | 127 | 33 |
| Binary | 10000011 | 1001 | 1011 | 0 | 1011101 | 1011100 | 110001 | 101100111 | 1010111 | 11011 |
Color Harmonies of #83090B
Complementary color
Monochromatic Colors of #83090B
Black with #83090B
Text Example
Text Example
White with #83090B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83090B; }
p { color: rgb(131,9,11); }
H1.HeaderClassName
{
color: #83090B;
}
.AnyTagClassName
{
color: #83090B;
}
</style>
background-color css
<style>
a { background-color: #83090B; }
a { background-color: rgb(131,9,11); }
div.DivClassName
{
background-color: #83090B;
}
.BgClassName
{
background-color: #83090B;
}
</style>
border-color css
<style>
span { border-color: #83090B; }
span { border-color: rgb(131,9,11); }
td.TdClassName
{
border-color: #83090B;
}
.TagClassName
{
border-color: #83090B;
}
</style>