Shades of Sangria #9B050B
Tints of Sangria #9B050B
RGB
CMYK
RGB Variations
Color information
#9B050B (or 0x9B050B) is known color: Sangria. HEX triplet: 9B, 05 and 0B. RGB value is (155,5,11). Sum of RGB (Red+Green+Blue) = 155+5+11=171 (22% of max value = 765). Red value is 155 (60.94% from 255 or 90.64% from 171); Green value is 5 (2.34% from 255 or 2.92% from 171); Blue value is 11 (4.69% from 255 or 6.43% from 171); Max value from RGB is 155 - color contains mainly: red. Hex color #9B050B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B050B is #64FAF4. Grayscale: #323232. Windows color (decimal): -6617845 or 722331. OLE color: 722331.
HSL color Cylindrical-coordinate representation of color #9B050B: hue angle of 357.6º 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 #9B050B is Cyan = 0, Magento = 0.97, Yellow = 0.93 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 5 | 11 | - |
| CMYK | 0 | 0.97 | 0.93 | 0.39 |
| HSL | 357.6º | 0.94% | 0.31% | - |
| HSV(B) | 357.6º | 0.97% | 0.61% | - |
| XYZ | 13.63 | 7.1 | 0.97 | - |
| YUV | 50.53 | 105.7 | 202.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 5 | 11 | 0 | 0.97 | 0.93 | 0.39 | 357.6 | 0.94 | 0.31 |
| Hex | 9B | 5 | B | 0 | 61 | 5D | 27 | 166 | 5E | 1F |
| Octal | 233 | 5 | 13 | 0 | 141 | 135 | 47 | 546 | 136 | 37 |
| Binary | 10011011 | 101 | 1011 | 0 | 1100001 | 1011101 | 100111 | 101100110 | 1011110 | 11111 |
Color Harmonies of #9B050B
Complementary color
Monochromatic Colors of #9B050B
Black with #9B050B
Text Example
Text Example
White with #9B050B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B050B; }
p { color: rgb(155,5,11); }
H1.HeaderClassName
{
color: #9B050B;
}
.AnyTagClassName
{
color: #9B050B;
}
</style>
background-color css
<style>
a { background-color: #9B050B; }
a { background-color: rgb(155,5,11); }
div.DivClassName
{
background-color: #9B050B;
}
.BgClassName
{
background-color: #9B050B;
}
</style>
border-color css
<style>
span { border-color: #9B050B; }
span { border-color: rgb(155,5,11); }
td.TdClassName
{
border-color: #9B050B;
}
.TagClassName
{
border-color: #9B050B;
}
</style>