Shades of Sangria #83090C
Tints of Sangria #83090C
RGB
CMYK
RGB Variations
Color information
#83090C (or 0x83090C) is known color: Sangria. HEX triplet: 83, 09 and 0C. RGB value is (131,9,12). Sum of RGB (Red+Green+Blue) = 131+9+12=152 (20% of max value = 765). Red value is 131 (51.56% from 255 or 86.18% from 152); Green value is 9 (3.91% from 255 or 5.92% from 152); Blue value is 12 (5.08% from 255 or 7.89% from 152); Max value from RGB is 131 - color contains mainly: red. Hex color #83090C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #83090C is #7CF6F3. Grayscale: #2D2D2D. Windows color (decimal): -8189684 or 788867. OLE color: 788867.
HSL color Cylindrical-coordinate representation of color #83090C: hue angle of 358.52º 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 #83090C is Cyan = 0, Magento = 0.93, Yellow = 0.91 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 9 | 12 | - |
| CMYK | 0 | 0.93 | 0.91 | 0.49 |
| HSL | 358.52º | 0.87% | 0.27% | - |
| HSV(B) | 358.52º | 0.93% | 0.51% | - |
| XYZ | 9.52 | 5.05 | 0.82 | - |
| YUV | 45.82 | 108.92 | 188.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 9 | 12 | 0 | 0.93 | 0.91 | 0.49 | 358.52 | 0.87 | 0.27 |
| Hex | 83 | 9 | C | 0 | 5D | 5B | 31 | 167 | 57 | 1B |
| Octal | 203 | 11 | 14 | 0 | 135 | 133 | 61 | 547 | 127 | 33 |
| Binary | 10000011 | 1001 | 1100 | 0 | 1011101 | 1011011 | 110001 | 101100111 | 1010111 | 11011 |
Color Harmonies of #83090C
Complementary color
Monochromatic Colors of #83090C
Black with #83090C
Text Example
Text Example
White with #83090C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83090C; }
p { color: rgb(131,9,12); }
H1.HeaderClassName
{
color: #83090C;
}
.AnyTagClassName
{
color: #83090C;
}
</style>
background-color css
<style>
a { background-color: #83090C; }
a { background-color: rgb(131,9,12); }
div.DivClassName
{
background-color: #83090C;
}
.BgClassName
{
background-color: #83090C;
}
</style>
border-color css
<style>
span { border-color: #83090C; }
span { border-color: rgb(131,9,12); }
td.TdClassName
{
border-color: #83090C;
}
.TagClassName
{
border-color: #83090C;
}
</style>