Shades of Sangria #9B000A
Tints of Sangria #9B000A
RGB
CMYK
RGB Variations
Color information
#9B000A (or 0x9B000A) is known color: Sangria. HEX triplet: 9B, 00 and 0A. RGB value is (155,0,10). Sum of RGB (Red+Green+Blue) = 155+0+10=165 (21% of max value = 765). Red value is 155 (60.94% from 255 or 93.94% from 165); Green value is 0 (0.39% from 255 or 0% from 165); Blue value is 10 (4.30% from 255 or 6.06% from 165); Max value from RGB is 155 - color contains mainly: red. Hex color #9B000A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B000A is #64FFF5. Grayscale: #2F2F2F. Windows color (decimal): -6619126 or 655515. OLE color: 655515.
HSL color Cylindrical-coordinate representation of color #9B000A: hue angle of 356.13º 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 #9B000A is Cyan = 0, Magento = 1, Yellow = 0.94 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 0 | 10 | - |
| CMYK | 0 | 1 | 0.94 | 0.39 |
| HSL | 356.13º | 1% | 0.3% | - |
| HSV(B) | 356.13º | 1% | 0.61% | - |
| XYZ | 13.57 | 6.99 | 0.92 | - |
| YUV | 47.49 | 106.85 | 204.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 0 | 10 | 0 | 1 | 0.94 | 0.39 | 356.13 | 1 | 0.3 |
| Hex | 9B | 0 | A | 0 | 64 | 5E | 27 | 164 | 64 | 1E |
| Octal | 233 | 0 | 12 | 0 | 144 | 136 | 47 | 544 | 144 | 36 |
| Binary | 10011011 | 0 | 1010 | 0 | 1100100 | 1011110 | 100111 | 101100100 | 1100100 | 11110 |
Color Harmonies of #9B000A
Complementary color
Monochromatic Colors of #9B000A
Black with #9B000A
Text Example
Text Example
White with #9B000A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B000A; }
p { color: rgb(155,0,10); }
H1.HeaderClassName
{
color: #9B000A;
}
.AnyTagClassName
{
color: #9B000A;
}
</style>
background-color css
<style>
a { background-color: #9B000A; }
a { background-color: rgb(155,0,10); }
div.DivClassName
{
background-color: #9B000A;
}
.BgClassName
{
background-color: #9B000A;
}
</style>
border-color css
<style>
span { border-color: #9B000A; }
span { border-color: rgb(155,0,10); }
td.TdClassName
{
border-color: #9B000A;
}
.TagClassName
{
border-color: #9B000A;
}
</style>