Shades of Sangria #9B050C
Tints of Sangria #9B050C
RGB
CMYK
RGB Variations
Color information
#9B050C (or 0x9B050C) is known color: Sangria. HEX triplet: 9B, 05 and 0C. RGB value is (155,5,12). Sum of RGB (Red+Green+Blue) = 155+5+12=172 (22% of max value = 765). Red value is 155 (60.94% from 255 or 90.12% from 172); Green value is 5 (2.34% from 255 or 2.91% from 172); Blue value is 12 (5.08% from 255 or 6.98% from 172); Max value from RGB is 155 - color contains mainly: red. Hex color #9B050C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B050C is #64FAF3. Grayscale: #323232. Windows color (decimal): -6617844 or 787867. OLE color: 787867.
HSL color Cylindrical-coordinate representation of color #9B050C: hue angle of 357.2º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9B050C is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 5 | 12 | - |
| CMYK | 0 | 0.97 | 0.92 | 0.39 |
| HSL | 357.2º | 0.94% | 0.31% | - |
| HSV(B) | 357.2º | 0.97% | 0.61% | - |
| XYZ | 13.64 | 7.1 | 1 | - |
| YUV | 50.65 | 106.2 | 202.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 5 | 12 | 0 | 0.97 | 0.92 | 0.39 | 357.2 | 0.94 | 0.31 |
| Hex | 9B | 5 | C | 0 | 61 | 5C | 27 | 165 | 5E | 1F |
| Octal | 233 | 5 | 14 | 0 | 141 | 134 | 47 | 545 | 136 | 37 |
| Binary | 10011011 | 101 | 1100 | 0 | 1100001 | 1011100 | 100111 | 101100101 | 1011110 | 11111 |
Color Harmonies of #9B050C
Complementary color
Monochromatic Colors of #9B050C
Black with #9B050C
Text Example
Text Example
White with #9B050C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B050C; }
p { color: rgb(155,5,12); }
H1.HeaderClassName
{
color: #9B050C;
}
.AnyTagClassName
{
color: #9B050C;
}
</style>
background-color css
<style>
a { background-color: #9B050C; }
a { background-color: rgb(155,5,12); }
div.DivClassName
{
background-color: #9B050C;
}
.BgClassName
{
background-color: #9B050C;
}
</style>
border-color css
<style>
span { border-color: #9B050C; }
span { border-color: rgb(155,5,12); }
td.TdClassName
{
border-color: #9B050C;
}
.TagClassName
{
border-color: #9B050C;
}
</style>