Shades of Sangria #9A020F
Tints of Sangria #9A020F
RGB
CMYK
RGB Variations
Color information
#9A020F (or 0x9A020F) is known color: Sangria. HEX triplet: 9A, 02 and 0F. RGB value is (154,2,15). Sum of RGB (Red+Green+Blue) = 154+2+15=171 (22% of max value = 765). Red value is 154 (60.55% from 255 or 90.06% from 171); Green value is 2 (1.17% from 255 or 1.17% from 171); Blue value is 15 (6.25% from 255 or 8.77% from 171); Max value from RGB is 154 - color contains mainly: red. Hex color #9A020F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9A020F is #65FDF0. Grayscale: #313131. Windows color (decimal): -6684145 or 983706. OLE color: 983706.
HSL color Cylindrical-coordinate representation of color #9A020F: hue angle of 354.87º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9A020F is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 2 | 15 | - |
| CMYK | 0 | 0.99 | 0.90 | 0.40 |
| HSL | 354.87º | 0.97% | 0.31% | - |
| HSV(B) | 354.87º | 0.99% | 0.6% | - |
| XYZ | 13.43 | 6.95 | 1.08 | - |
| YUV | 48.93 | 108.86 | 202.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 2 | 15 | 0 | 0.99 | 0.90 | 0.40 | 354.87 | 0.97 | 0.31 |
| Hex | 9A | 2 | F | 0 | 63 | 5A | 28 | 163 | 61 | 1F |
| Octal | 232 | 2 | 17 | 0 | 143 | 132 | 50 | 543 | 141 | 37 |
| Binary | 10011010 | 10 | 1111 | 0 | 1100011 | 1011010 | 101000 | 101100011 | 1100001 | 11111 |
Color Harmonies of #9A020F
Complementary color
Monochromatic Colors of #9A020F
Black with #9A020F
Text Example
Text Example
White with #9A020F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A020F; }
p { color: rgb(154,2,15); }
H1.HeaderClassName
{
color: #9A020F;
}
.AnyTagClassName
{
color: #9A020F;
}
</style>
background-color css
<style>
a { background-color: #9A020F; }
a { background-color: rgb(154,2,15); }
div.DivClassName
{
background-color: #9A020F;
}
.BgClassName
{
background-color: #9A020F;
}
</style>
border-color css
<style>
span { border-color: #9A020F; }
span { border-color: rgb(154,2,15); }
td.TdClassName
{
border-color: #9A020F;
}
.TagClassName
{
border-color: #9A020F;
}
</style>