Shades of Sangria #9B0104
Tints of Sangria #9B0104
RGB
CMYK
RGB Variations
Color information
#9B0104 (or 0x9B0104) is known color: Sangria. HEX triplet: 9B, 01 and 04. RGB value is (155,1,4). Sum of RGB (Red+Green+Blue) = 155+1+4=160 (21% of max value = 765). Red value is 155 (60.94% from 255 or 96.88% from 160); Green value is 1 (0.78% from 255 or 0.62% from 160); Blue value is 4 (1.95% from 255 or 2.5% from 160); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0104 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B0104 is #64FEFB. Grayscale: #2F2F2F. Windows color (decimal): -6618876 or 262555. OLE color: 262555.
HSL color Cylindrical-coordinate representation of color #9B0104: hue angle of 358.83º 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 #9B0104 is Cyan = 0, Magento = 0.99, Yellow = 0.97 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 1 | 4 | - |
| CMYK | 0 | 0.99 | 0.97 | 0.39 |
| HSL | 358.83º | 0.99% | 0.31% | - |
| HSV(B) | 358.83º | 0.99% | 0.61% | - |
| XYZ | 13.55 | 7 | 0.75 | - |
| YUV | 47.39 | 103.52 | 204.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 1 | 4 | 0 | 0.99 | 0.97 | 0.39 | 358.83 | 0.99 | 0.31 |
| Hex | 9B | 1 | 4 | 0 | 63 | 61 | 27 | 167 | 63 | 1F |
| Octal | 233 | 1 | 4 | 0 | 143 | 141 | 47 | 547 | 143 | 37 |
| Binary | 10011011 | 1 | 100 | 0 | 1100011 | 1100001 | 100111 | 101100111 | 1100011 | 11111 |
Color Harmonies of #9B0104
Complementary color
Monochromatic Colors of #9B0104
Black with #9B0104
Text Example
Text Example
White with #9B0104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0104; }
p { color: rgb(155,1,4); }
H1.HeaderClassName
{
color: #9B0104;
}
.AnyTagClassName
{
color: #9B0104;
}
</style>
background-color css
<style>
a { background-color: #9B0104; }
a { background-color: rgb(155,1,4); }
div.DivClassName
{
background-color: #9B0104;
}
.BgClassName
{
background-color: #9B0104;
}
</style>
border-color css
<style>
span { border-color: #9B0104; }
span { border-color: rgb(155,1,4); }
td.TdClassName
{
border-color: #9B0104;
}
.TagClassName
{
border-color: #9B0104;
}
</style>