Shades of Sangria #9D030B
Tints of Sangria #9D030B
RGB
CMYK
RGB Variations
Color information
#9D030B (or 0x9D030B) is known color: Sangria. HEX triplet: 9D, 03 and 0B. RGB value is (157,3,11). Sum of RGB (Red+Green+Blue) = 157+3+11=171 (22% of max value = 765). Red value is 157 (61.72% from 255 or 91.81% from 171); Green value is 3 (1.56% from 255 or 1.75% from 171); Blue value is 11 (4.69% from 255 or 6.43% from 171); Max value from RGB is 157 - color contains mainly: red. Hex color #9D030B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9D030B is #62FCF4. Grayscale: #323232. Windows color (decimal): -6487285 or 721821. OLE color: 721821.
HSL color Cylindrical-coordinate representation of color #9D030B: hue angle of 356.88º 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 #9D030B is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 3 | 11 | - |
| CMYK | 0 | 0.98 | 0.93 | 0.38 |
| HSL | 356.88º | 0.96% | 0.31% | - |
| HSV(B) | 356.88º | 0.98% | 0.62% | - |
| XYZ | 14 | 7.26 | 0.98 | - |
| YUV | 49.96 | 106.02 | 204.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 3 | 11 | 0 | 0.98 | 0.93 | 0.38 | 356.88 | 0.96 | 0.31 |
| Hex | 9D | 3 | B | 0 | 62 | 5D | 26 | 165 | 60 | 1F |
| Octal | 235 | 3 | 13 | 0 | 142 | 135 | 46 | 545 | 140 | 37 |
| Binary | 10011101 | 11 | 1011 | 0 | 1100010 | 1011101 | 100110 | 101100101 | 1100000 | 11111 |
Color Harmonies of #9D030B
Complementary color
Monochromatic Colors of #9D030B
Black with #9D030B
Text Example
Text Example
White with #9D030B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D030B; }
p { color: rgb(157,3,11); }
H1.HeaderClassName
{
color: #9D030B;
}
.AnyTagClassName
{
color: #9D030B;
}
</style>
background-color css
<style>
a { background-color: #9D030B; }
a { background-color: rgb(157,3,11); }
div.DivClassName
{
background-color: #9D030B;
}
.BgClassName
{
background-color: #9D030B;
}
</style>
border-color css
<style>
span { border-color: #9D030B; }
span { border-color: rgb(157,3,11); }
td.TdClassName
{
border-color: #9D030B;
}
.TagClassName
{
border-color: #9D030B;
}
</style>