Shades of Sangria #9D010F
Tints of Sangria #9D010F
RGB
CMYK
RGB Variations
Color information
#9D010F (or 0x9D010F) is known color: Sangria. HEX triplet: 9D, 01 and 0F. RGB value is (157,1,15). Sum of RGB (Red+Green+Blue) = 157+1+15=173 (22% of max value = 765). Red value is 157 (61.72% from 255 or 90.75% from 173); Green value is 1 (0.78% from 255 or 0.58% from 173); Blue value is 15 (6.25% from 255 or 8.67% from 173); Max value from RGB is 157 - color contains mainly: red. Hex color #9D010F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9D010F is #62FEF0. Grayscale: #313131. Windows color (decimal): -6487793 or 983453. OLE color: 983453.
HSL color Cylindrical-coordinate representation of color #9D010F: hue angle of 354.62º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9D010F is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 1 | 15 | - |
| CMYK | 0 | 0.99 | 0.90 | 0.38 |
| HSL | 354.62º | 0.99% | 0.31% | - |
| HSV(B) | 354.62º | 0.99% | 0.62% | - |
| XYZ | 14 | 7.22 | 1.11 | - |
| YUV | 49.24 | 108.68 | 204.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 1 | 15 | 0 | 0.99 | 0.90 | 0.38 | 354.62 | 0.99 | 0.31 |
| Hex | 9D | 1 | F | 0 | 63 | 5A | 26 | 163 | 63 | 1F |
| Octal | 235 | 1 | 17 | 0 | 143 | 132 | 46 | 543 | 143 | 37 |
| Binary | 10011101 | 1 | 1111 | 0 | 1100011 | 1011010 | 100110 | 101100011 | 1100011 | 11111 |
Color Harmonies of #9D010F
Complementary color
Monochromatic Colors of #9D010F
Black with #9D010F
Text Example
Text Example
White with #9D010F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D010F; }
p { color: rgb(157,1,15); }
H1.HeaderClassName
{
color: #9D010F;
}
.AnyTagClassName
{
color: #9D010F;
}
</style>
background-color css
<style>
a { background-color: #9D010F; }
a { background-color: rgb(157,1,15); }
div.DivClassName
{
background-color: #9D010F;
}
.BgClassName
{
background-color: #9D010F;
}
</style>
border-color css
<style>
span { border-color: #9D010F; }
span { border-color: rgb(157,1,15); }
td.TdClassName
{
border-color: #9D010F;
}
.TagClassName
{
border-color: #9D010F;
}
</style>