Shades of Sangria #9B000B
Tints of Sangria #9B000B
RGB
CMYK
RGB Variations
Color information
#9B000B (or 0x9B000B) is known color: Sangria. HEX triplet: 9B, 00 and 0B. RGB value is (155,0,11). Sum of RGB (Red+Green+Blue) = 155+0+11=166 (21% of max value = 765). Red value is 155 (60.94% from 255 or 93.37% from 166); Green value is 0 (0.39% from 255 or 0% from 166); Blue value is 11 (4.69% from 255 or 6.63% from 166); Max value from RGB is 155 - color contains mainly: red. Hex color #9B000B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B000B is #64FFF4. Grayscale: #2F2F2F. Windows color (decimal): -6619125 or 721051. OLE color: 721051.
HSL color Cylindrical-coordinate representation of color #9B000B: hue angle of 355.74º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9B000B is Cyan = 0, Magento = 1, Yellow = 0.93 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 0 | 11 | - |
| CMYK | 0 | 1 | 0.93 | 0.39 |
| HSL | 355.74º | 1% | 0.3% | - |
| HSV(B) | 355.74º | 1% | 0.61% | - |
| XYZ | 13.58 | 6.99 | 0.95 | - |
| YUV | 47.6 | 107.35 | 204.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 0 | 11 | 0 | 1 | 0.93 | 0.39 | 355.74 | 1 | 0.3 |
| Hex | 9B | 0 | B | 0 | 64 | 5D | 27 | 164 | 64 | 1E |
| Octal | 233 | 0 | 13 | 0 | 144 | 135 | 47 | 544 | 144 | 36 |
| Binary | 10011011 | 0 | 1011 | 0 | 1100100 | 1011101 | 100111 | 101100100 | 1100100 | 11110 |
Color Harmonies of #9B000B
Complementary color
Monochromatic Colors of #9B000B
Black with #9B000B
Text Example
Text Example
White with #9B000B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B000B; }
p { color: rgb(155,0,11); }
H1.HeaderClassName
{
color: #9B000B;
}
.AnyTagClassName
{
color: #9B000B;
}
</style>
background-color css
<style>
a { background-color: #9B000B; }
a { background-color: rgb(155,0,11); }
div.DivClassName
{
background-color: #9B000B;
}
.BgClassName
{
background-color: #9B000B;
}
</style>
border-color css
<style>
span { border-color: #9B000B; }
span { border-color: rgb(155,0,11); }
td.TdClassName
{
border-color: #9B000B;
}
.TagClassName
{
border-color: #9B000B;
}
</style>