Shades of Sangria #9D0105
Tints of Sangria #9D0105
RGB
CMYK
RGB Variations
Color information
#9D0105 (or 0x9D0105) is known color: Sangria. HEX triplet: 9D, 01 and 05. RGB value is (157,1,5). Sum of RGB (Red+Green+Blue) = 157+1+5=163 (21% of max value = 765). Red value is 157 (61.72% from 255 or 96.32% from 163); Green value is 1 (0.78% from 255 or 0.61% from 163); Blue value is 5 (2.34% from 255 or 3.07% from 163); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0105 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9D0105 is #62FEFA. Grayscale: #303030. Windows color (decimal): -6487803 or 328093. OLE color: 328093.
HSL color Cylindrical-coordinate representation of color #9D0105: hue angle of 358.46º 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 #9D0105 is Cyan = 0, Magento = 0.99, Yellow = 0.97 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 1 | 5 | - |
| CMYK | 0 | 0.99 | 0.97 | 0.38 |
| HSL | 358.46º | 0.99% | 0.31% | - |
| HSV(B) | 358.46º | 0.99% | 0.62% | - |
| XYZ | 13.94 | 7.2 | 0.8 | - |
| YUV | 48.1 | 103.68 | 205.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 1 | 5 | 0 | 0.99 | 0.97 | 0.38 | 358.46 | 0.99 | 0.31 |
| Hex | 9D | 1 | 5 | 0 | 63 | 61 | 26 | 166 | 63 | 1F |
| Octal | 235 | 1 | 5 | 0 | 143 | 141 | 46 | 546 | 143 | 37 |
| Binary | 10011101 | 1 | 101 | 0 | 1100011 | 1100001 | 100110 | 101100110 | 1100011 | 11111 |
Color Harmonies of #9D0105
Complementary color
Monochromatic Colors of #9D0105
Black with #9D0105
Text Example
Text Example
White with #9D0105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0105; }
p { color: rgb(157,1,5); }
H1.HeaderClassName
{
color: #9D0105;
}
.AnyTagClassName
{
color: #9D0105;
}
</style>
background-color css
<style>
a { background-color: #9D0105; }
a { background-color: rgb(157,1,5); }
div.DivClassName
{
background-color: #9D0105;
}
.BgClassName
{
background-color: #9D0105;
}
</style>
border-color css
<style>
span { border-color: #9D0105; }
span { border-color: rgb(157,1,5); }
td.TdClassName
{
border-color: #9D0105;
}
.TagClassName
{
border-color: #9D0105;
}
</style>