Shades of Sangria #9B020F
Tints of Sangria #9B020F
RGB
CMYK
RGB Variations
Color information
#9B020F (or 0x9B020F) is known color: Sangria. HEX triplet: 9B, 02 and 0F. RGB value is (155,2,15). Sum of RGB (Red+Green+Blue) = 155+2+15=172 (22% of max value = 765). Red value is 155 (60.94% from 255 or 90.12% from 172); Green value is 2 (1.17% from 255 or 1.16% from 172); Blue value is 15 (6.25% from 255 or 8.72% from 172); Max value from RGB is 155 - color contains mainly: red. Hex color #9B020F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B020F is #64FDF0. Grayscale: #313131. Windows color (decimal): -6618609 or 983707. OLE color: 983707.
HSL color Cylindrical-coordinate representation of color #9B020F: hue angle of 354.9º 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 #9B020F is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 2 | 15 | - |
| CMYK | 0 | 0.99 | 0.90 | 0.39 |
| HSL | 354.9º | 0.97% | 0.31% | - |
| HSV(B) | 354.9º | 0.99% | 0.61% | - |
| XYZ | 13.63 | 7.05 | 1.09 | - |
| YUV | 49.23 | 108.69 | 203.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 2 | 15 | 0 | 0.99 | 0.90 | 0.39 | 354.9 | 0.97 | 0.31 |
| Hex | 9B | 2 | F | 0 | 63 | 5A | 27 | 163 | 61 | 1F |
| Octal | 233 | 2 | 17 | 0 | 143 | 132 | 47 | 543 | 141 | 37 |
| Binary | 10011011 | 10 | 1111 | 0 | 1100011 | 1011010 | 100111 | 101100011 | 1100001 | 11111 |
Color Harmonies of #9B020F
Complementary color
Monochromatic Colors of #9B020F
Black with #9B020F
Text Example
Text Example
White with #9B020F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B020F; }
p { color: rgb(155,2,15); }
H1.HeaderClassName
{
color: #9B020F;
}
.AnyTagClassName
{
color: #9B020F;
}
</style>
background-color css
<style>
a { background-color: #9B020F; }
a { background-color: rgb(155,2,15); }
div.DivClassName
{
background-color: #9B020F;
}
.BgClassName
{
background-color: #9B020F;
}
</style>
border-color css
<style>
span { border-color: #9B020F; }
span { border-color: rgb(155,2,15); }
td.TdClassName
{
border-color: #9B020F;
}
.TagClassName
{
border-color: #9B020F;
}
</style>