Shades of Sangria #9B0506
Tints of Sangria #9B0506
RGB
CMYK
RGB Variations
Color information
#9B0506 (or 0x9B0506) is known color: Sangria. HEX triplet: 9B, 05 and 06. RGB value is (155,5,6). Sum of RGB (Red+Green+Blue) = 155+5+6=166 (21% of max value = 765). Red value is 155 (60.94% from 255 or 93.37% from 166); Green value is 5 (2.34% from 255 or 3.01% from 166); Blue value is 6 (2.73% from 255 or 3.61% from 166); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0506 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B0506 is #64FAF9. Grayscale: #323232. Windows color (decimal): -6617850 or 394651. OLE color: 394651.
HSL color Cylindrical-coordinate representation of color #9B0506: hue angle of 359.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 #9B0506 is Cyan = 0, Magento = 0.97, Yellow = 0.96 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 5 | 6 | - |
| CMYK | 0 | 0.97 | 0.96 | 0.39 |
| HSL | 359.6º | 0.94% | 0.31% | - |
| HSV(B) | 359.6º | 0.97% | 0.61% | - |
| XYZ | 13.6 | 7.09 | 0.82 | - |
| YUV | 49.96 | 103.2 | 202.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 5 | 6 | 0 | 0.97 | 0.96 | 0.39 | 359.6 | 0.94 | 0.31 |
| Hex | 9B | 5 | 6 | 0 | 61 | 60 | 27 | 168 | 5E | 1F |
| Octal | 233 | 5 | 6 | 0 | 141 | 140 | 47 | 550 | 136 | 37 |
| Binary | 10011011 | 101 | 110 | 0 | 1100001 | 1100000 | 100111 | 101101000 | 1011110 | 11111 |
Color Harmonies of #9B0506
Complementary color
Monochromatic Colors of #9B0506
Black with #9B0506
Text Example
Text Example
White with #9B0506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0506; }
p { color: rgb(155,5,6); }
H1.HeaderClassName
{
color: #9B0506;
}
.AnyTagClassName
{
color: #9B0506;
}
</style>
background-color css
<style>
a { background-color: #9B0506; }
a { background-color: rgb(155,5,6); }
div.DivClassName
{
background-color: #9B0506;
}
.BgClassName
{
background-color: #9B0506;
}
</style>
border-color css
<style>
span { border-color: #9B0506; }
span { border-color: rgb(155,5,6); }
td.TdClassName
{
border-color: #9B0506;
}
.TagClassName
{
border-color: #9B0506;
}
</style>