Shades of Sangria #9B050D
Tints of Sangria #9B050D
RGB
CMYK
RGB Variations
Color information
#9B050D (or 0x9B050D) is known color: Sangria. HEX triplet: 9B, 05 and 0D. RGB value is (155,5,13). Sum of RGB (Red+Green+Blue) = 155+5+13=173 (22% of max value = 765). Red value is 155 (60.94% from 255 or 89.60% from 173); Green value is 5 (2.34% from 255 or 2.89% from 173); Blue value is 13 (5.47% from 255 or 7.51% from 173); Max value from RGB is 155 - color contains mainly: red. Hex color #9B050D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B050D is #64FAF2. Grayscale: #323232. Windows color (decimal): -6617843 or 853403. OLE color: 853403.
HSL color Cylindrical-coordinate representation of color #9B050D: hue angle of 356.8º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9B050D is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 5 | 13 | - |
| CMYK | 0 | 0.97 | 0.92 | 0.39 |
| HSL | 356.8º | 0.94% | 0.31% | - |
| HSV(B) | 356.8º | 0.97% | 0.61% | - |
| XYZ | 13.64 | 7.11 | 1.03 | - |
| YUV | 50.76 | 106.7 | 202.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 5 | 13 | 0 | 0.97 | 0.92 | 0.39 | 356.8 | 0.94 | 0.31 |
| Hex | 9B | 5 | D | 0 | 61 | 5C | 27 | 165 | 5E | 1F |
| Octal | 233 | 5 | 15 | 0 | 141 | 134 | 47 | 545 | 136 | 37 |
| Binary | 10011011 | 101 | 1101 | 0 | 1100001 | 1011100 | 100111 | 101100101 | 1011110 | 11111 |
Color Harmonies of #9B050D
Complementary color
Monochromatic Colors of #9B050D
Black with #9B050D
Text Example
Text Example
White with #9B050D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B050D; }
p { color: rgb(155,5,13); }
H1.HeaderClassName
{
color: #9B050D;
}
.AnyTagClassName
{
color: #9B050D;
}
</style>
background-color css
<style>
a { background-color: #9B050D; }
a { background-color: rgb(155,5,13); }
div.DivClassName
{
background-color: #9B050D;
}
.BgClassName
{
background-color: #9B050D;
}
</style>
border-color css
<style>
span { border-color: #9B050D; }
span { border-color: rgb(155,5,13); }
td.TdClassName
{
border-color: #9B050D;
}
.TagClassName
{
border-color: #9B050D;
}
</style>