Shades of Sangria #9B0205
Tints of Sangria #9B0205
RGB
CMYK
RGB Variations
Color information
#9B0205 (or 0x9B0205) is known color: Sangria. HEX triplet: 9B, 02 and 05. RGB value is (155,2,5). Sum of RGB (Red+Green+Blue) = 155+2+5=162 (21% of max value = 765). Red value is 155 (60.94% from 255 or 95.68% from 162); Green value is 2 (1.17% from 255 or 1.23% from 162); Blue value is 5 (2.34% from 255 or 3.09% from 162); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0205 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B0205 is #64FDFA. Grayscale: #303030. Windows color (decimal): -6618619 or 328347. OLE color: 328347.
HSL color Cylindrical-coordinate representation of color #9B0205: hue angle of 358.82º degrees, saturation: 0.97, 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 #9B0205 is Cyan = 0, Magento = 0.99, Yellow = 0.97 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 2 | 5 | - |
| CMYK | 0 | 0.99 | 0.97 | 0.39 |
| HSL | 358.82º | 0.97% | 0.31% | - |
| HSV(B) | 358.82º | 0.99% | 0.61% | - |
| XYZ | 13.57 | 7.02 | 0.78 | - |
| YUV | 48.09 | 103.69 | 204.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 2 | 5 | 0 | 0.99 | 0.97 | 0.39 | 358.82 | 0.97 | 0.31 |
| Hex | 9B | 2 | 5 | 0 | 63 | 61 | 27 | 167 | 61 | 1F |
| Octal | 233 | 2 | 5 | 0 | 143 | 141 | 47 | 547 | 141 | 37 |
| Binary | 10011011 | 10 | 101 | 0 | 1100011 | 1100001 | 100111 | 101100111 | 1100001 | 11111 |
Color Harmonies of #9B0205
Complementary color
Monochromatic Colors of #9B0205
Black with #9B0205
Text Example
Text Example
White with #9B0205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0205; }
p { color: rgb(155,2,5); }
H1.HeaderClassName
{
color: #9B0205;
}
.AnyTagClassName
{
color: #9B0205;
}
</style>
background-color css
<style>
a { background-color: #9B0205; }
a { background-color: rgb(155,2,5); }
div.DivClassName
{
background-color: #9B0205;
}
.BgClassName
{
background-color: #9B0205;
}
</style>
border-color css
<style>
span { border-color: #9B0205; }
span { border-color: rgb(155,2,5); }
td.TdClassName
{
border-color: #9B0205;
}
.TagClassName
{
border-color: #9B0205;
}
</style>