Shades of Sangria #9A1213
Tints of Sangria #9A1213
RGB
CMYK
RGB Variations
Color information
#9A1213 (or 0x9A1213) is known color: Sangria. HEX triplet: 9A, 12 and 13. RGB value is (154,18,19). Sum of RGB (Red+Green+Blue) = 154+18+19=191 (25% of max value = 765). Red value is 154 (60.55% from 255 or 80.63% from 191); Green value is 18 (7.42% from 255 or 9.42% from 191); Blue value is 19 (7.81% from 255 or 9.95% from 191); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1213 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9A1213 is #65EDEC. Grayscale: #3A3A3A. Windows color (decimal): -6680045 or 1249946. OLE color: 1249946.
HSL color Cylindrical-coordinate representation of color #9A1213: hue angle of 359.56º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9A1213 is Cyan = 0, Magento = 0.88, Yellow = 0.88 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 18 | 19 | - |
| CMYK | 0 | 0.88 | 0.88 | 0.40 |
| HSL | 359.56º | 0.79% | 0.34% | - |
| HSV(B) | 359.56º | 0.88% | 0.6% | - |
| XYZ | 13.66 | 7.35 | 1.31 | - |
| YUV | 58.78 | 105.56 | 195.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 18 | 19 | 0 | 0.88 | 0.88 | 0.40 | 359.56 | 0.79 | 0.34 |
| Hex | 9A | 12 | 13 | 0 | 58 | 58 | 28 | 168 | 4F | 22 |
| Octal | 232 | 22 | 23 | 0 | 130 | 130 | 50 | 550 | 117 | 42 |
| Binary | 10011010 | 10010 | 10011 | 0 | 1011000 | 1011000 | 101000 | 101101000 | 1001111 | 100010 |
Color Harmonies of #9A1213
Complementary color
Monochromatic Colors of #9A1213
Black with #9A1213
Text Example
Text Example
White with #9A1213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1213; }
p { color: rgb(154,18,19); }
H1.HeaderClassName
{
color: #9A1213;
}
.AnyTagClassName
{
color: #9A1213;
}
</style>
background-color css
<style>
a { background-color: #9A1213; }
a { background-color: rgb(154,18,19); }
div.DivClassName
{
background-color: #9A1213;
}
.BgClassName
{
background-color: #9A1213;
}
</style>
border-color css
<style>
span { border-color: #9A1213; }
span { border-color: rgb(154,18,19); }
td.TdClassName
{
border-color: #9A1213;
}
.TagClassName
{
border-color: #9A1213;
}
</style>