Shades of Sangria #9B000D
Tints of Sangria #9B000D
RGB
CMYK
RGB Variations
Color information
#9B000D (or 0x9B000D) is known color: Sangria. HEX triplet: 9B, 00 and 0D. RGB value is (155,0,13). Sum of RGB (Red+Green+Blue) = 155+0+13=168 (22% of max value = 765). Red value is 155 (60.94% from 255 or 92.26% from 168); Green value is 0 (0.39% from 255 or 0% from 168); Blue value is 13 (5.47% from 255 or 7.74% from 168); Max value from RGB is 155 - color contains mainly: red. Hex color #9B000D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B000D is #64FFF2. Grayscale: #2F2F2F. Windows color (decimal): -6619123 or 852123. OLE color: 852123.
HSL color Cylindrical-coordinate representation of color #9B000D: hue angle of 354.97º 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 #9B000D is Cyan = 0, Magento = 1, Yellow = 0.92 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 0 | 13 | - |
| CMYK | 0 | 1 | 0.92 | 0.39 |
| HSL | 354.97º | 1% | 0.3% | - |
| HSV(B) | 354.97º | 1% | 0.61% | - |
| XYZ | 13.59 | 7 | 1.02 | - |
| YUV | 47.83 | 108.35 | 204.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 0 | 13 | 0 | 1 | 0.92 | 0.39 | 354.97 | 1 | 0.3 |
| Hex | 9B | 0 | D | 0 | 64 | 5C | 27 | 163 | 64 | 1E |
| Octal | 233 | 0 | 15 | 0 | 144 | 134 | 47 | 543 | 144 | 36 |
| Binary | 10011011 | 0 | 1101 | 0 | 1100100 | 1011100 | 100111 | 101100011 | 1100100 | 11110 |
Color Harmonies of #9B000D
Complementary color
Monochromatic Colors of #9B000D
Black with #9B000D
Text Example
Text Example
White with #9B000D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B000D; }
p { color: rgb(155,0,13); }
H1.HeaderClassName
{
color: #9B000D;
}
.AnyTagClassName
{
color: #9B000D;
}
</style>
background-color css
<style>
a { background-color: #9B000D; }
a { background-color: rgb(155,0,13); }
div.DivClassName
{
background-color: #9B000D;
}
.BgClassName
{
background-color: #9B000D;
}
</style>
border-color css
<style>
span { border-color: #9B000D; }
span { border-color: rgb(155,0,13); }
td.TdClassName
{
border-color: #9B000D;
}
.TagClassName
{
border-color: #9B000D;
}
</style>