Shades of Sangria #9D030C
Tints of Sangria #9D030C
RGB
CMYK
RGB Variations
Color information
#9D030C (or 0x9D030C) is known color: Sangria. HEX triplet: 9D, 03 and 0C. RGB value is (157,3,12). Sum of RGB (Red+Green+Blue) = 157+3+12=172 (22% of max value = 765). Red value is 157 (61.72% from 255 or 91.28% from 172); Green value is 3 (1.56% from 255 or 1.74% from 172); Blue value is 12 (5.08% from 255 or 6.98% from 172); Max value from RGB is 157 - color contains mainly: red. Hex color #9D030C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9D030C is #62FCF3. Grayscale: #323232. Windows color (decimal): -6487284 or 787357. OLE color: 787357.
HSL color Cylindrical-coordinate representation of color #9D030C: hue angle of 356.49º 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 #9D030C is Cyan = 0, Magento = 0.98, Yellow = 0.92 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 3 | 12 | - |
| CMYK | 0 | 0.98 | 0.92 | 0.38 |
| HSL | 356.49º | 0.96% | 0.31% | - |
| HSV(B) | 356.49º | 0.98% | 0.62% | - |
| XYZ | 14 | 7.26 | 1.01 | - |
| YUV | 50.07 | 106.52 | 204.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 3 | 12 | 0 | 0.98 | 0.92 | 0.38 | 356.49 | 0.96 | 0.31 |
| Hex | 9D | 3 | C | 0 | 62 | 5C | 26 | 164 | 60 | 1F |
| Octal | 235 | 3 | 14 | 0 | 142 | 134 | 46 | 544 | 140 | 37 |
| Binary | 10011101 | 11 | 1100 | 0 | 1100010 | 1011100 | 100110 | 101100100 | 1100000 | 11111 |
Color Harmonies of #9D030C
Complementary color
Monochromatic Colors of #9D030C
Black with #9D030C
Text Example
Text Example
White with #9D030C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D030C; }
p { color: rgb(157,3,12); }
H1.HeaderClassName
{
color: #9D030C;
}
.AnyTagClassName
{
color: #9D030C;
}
</style>
background-color css
<style>
a { background-color: #9D030C; }
a { background-color: rgb(157,3,12); }
div.DivClassName
{
background-color: #9D030C;
}
.BgClassName
{
background-color: #9D030C;
}
</style>
border-color css
<style>
span { border-color: #9D030C; }
span { border-color: rgb(157,3,12); }
td.TdClassName
{
border-color: #9D030C;
}
.TagClassName
{
border-color: #9D030C;
}
</style>