Shades of Sangria #9B010B
Tints of Sangria #9B010B
RGB
CMYK
RGB Variations
Color information
#9B010B (or 0x9B010B) is known color: Sangria. HEX triplet: 9B, 01 and 0B. RGB value is (155,1,11). Sum of RGB (Red+Green+Blue) = 155+1+11=167 (22% of max value = 765). Red value is 155 (60.94% from 255 or 92.81% from 167); Green value is 1 (0.78% from 255 or 0.60% from 167); Blue value is 11 (4.69% from 255 or 6.59% from 167); Max value from RGB is 155 - color contains mainly: red. Hex color #9B010B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B010B is #64FEF4. Grayscale: #303030. Windows color (decimal): -6618869 or 721307. OLE color: 721307.
HSL color Cylindrical-coordinate representation of color #9B010B: hue angle of 356.1º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9B010B is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 1 | 11 | - |
| CMYK | 0 | 0.99 | 0.93 | 0.39 |
| HSL | 356.1º | 0.99% | 0.31% | - |
| HSV(B) | 356.1º | 0.99% | 0.61% | - |
| XYZ | 13.59 | 7.01 | 0.95 | - |
| YUV | 48.19 | 107.02 | 204.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 1 | 11 | 0 | 0.99 | 0.93 | 0.39 | 356.1 | 0.99 | 0.31 |
| Hex | 9B | 1 | B | 0 | 63 | 5D | 27 | 164 | 63 | 1F |
| Octal | 233 | 1 | 13 | 0 | 143 | 135 | 47 | 544 | 143 | 37 |
| Binary | 10011011 | 1 | 1011 | 0 | 1100011 | 1011101 | 100111 | 101100100 | 1100011 | 11111 |
Color Harmonies of #9B010B
Complementary color
Monochromatic Colors of #9B010B
Black with #9B010B
Text Example
Text Example
White with #9B010B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B010B; }
p { color: rgb(155,1,11); }
H1.HeaderClassName
{
color: #9B010B;
}
.AnyTagClassName
{
color: #9B010B;
}
</style>
background-color css
<style>
a { background-color: #9B010B; }
a { background-color: rgb(155,1,11); }
div.DivClassName
{
background-color: #9B010B;
}
.BgClassName
{
background-color: #9B010B;
}
</style>
border-color css
<style>
span { border-color: #9B010B; }
span { border-color: rgb(155,1,11); }
td.TdClassName
{
border-color: #9B010B;
}
.TagClassName
{
border-color: #9B010B;
}
</style>