Shades of Sangria #9D030F
Tints of Sangria #9D030F
RGB
CMYK
RGB Variations
Color information
#9D030F (or 0x9D030F) is known color: Sangria. HEX triplet: 9D, 03 and 0F. RGB value is (157,3,15). Sum of RGB (Red+Green+Blue) = 157+3+15=175 (23% of max value = 765). Red value is 157 (61.72% from 255 or 89.71% from 175); Green value is 3 (1.56% from 255 or 1.71% from 175); Blue value is 15 (6.25% from 255 or 8.57% from 175); Max value from RGB is 157 - color contains mainly: red. Hex color #9D030F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9D030F is #62FCF0. Grayscale: #323232. Windows color (decimal): -6487281 or 983965. OLE color: 983965.
HSL color Cylindrical-coordinate representation of color #9D030F: hue angle of 355.32º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9D030F is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 3 | 15 | - |
| CMYK | 0 | 0.98 | 0.90 | 0.38 |
| HSL | 355.32º | 0.96% | 0.31% | - |
| HSV(B) | 355.32º | 0.98% | 0.62% | - |
| XYZ | 14.02 | 7.27 | 1.12 | - |
| YUV | 50.41 | 108.02 | 204.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 3 | 15 | 0 | 0.98 | 0.90 | 0.38 | 355.32 | 0.96 | 0.31 |
| Hex | 9D | 3 | F | 0 | 62 | 5A | 26 | 163 | 60 | 1F |
| Octal | 235 | 3 | 17 | 0 | 142 | 132 | 46 | 543 | 140 | 37 |
| Binary | 10011101 | 11 | 1111 | 0 | 1100010 | 1011010 | 100110 | 101100011 | 1100000 | 11111 |
Color Harmonies of #9D030F
Complementary color
Monochromatic Colors of #9D030F
Black with #9D030F
Text Example
Text Example
White with #9D030F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D030F; }
p { color: rgb(157,3,15); }
H1.HeaderClassName
{
color: #9D030F;
}
.AnyTagClassName
{
color: #9D030F;
}
</style>
background-color css
<style>
a { background-color: #9D030F; }
a { background-color: rgb(157,3,15); }
div.DivClassName
{
background-color: #9D030F;
}
.BgClassName
{
background-color: #9D030F;
}
</style>
border-color css
<style>
span { border-color: #9D030F; }
span { border-color: rgb(157,3,15); }
td.TdClassName
{
border-color: #9D030F;
}
.TagClassName
{
border-color: #9D030F;
}
</style>