Shades of Sangria #9B0609
Tints of Sangria #9B0609
RGB
CMYK
RGB Variations
Color information
#9B0609 (or 0x9B0609) is known color: Sangria. HEX triplet: 9B, 06 and 09. RGB value is (155,6,9). Sum of RGB (Red+Green+Blue) = 155+6+9=170 (22% of max value = 765). Red value is 155 (60.94% from 255 or 91.18% from 170); Green value is 6 (2.73% from 255 or 3.53% from 170); Blue value is 9 (3.91% from 255 or 5.29% from 170); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0609 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B0609 is #64F9F6. Grayscale: #333333. Windows color (decimal): -6617591 or 591515. OLE color: 591515.
HSL color Cylindrical-coordinate representation of color #9B0609: hue angle of 358.79º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9B0609 is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 6 | 9 | - |
| CMYK | 0 | 0.96 | 0.94 | 0.39 |
| HSL | 358.79º | 0.93% | 0.32% | - |
| HSV(B) | 358.79º | 0.96% | 0.61% | - |
| XYZ | 13.63 | 7.12 | 0.91 | - |
| YUV | 50.89 | 104.36 | 202.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 6 | 9 | 0 | 0.96 | 0.94 | 0.39 | 358.79 | 0.93 | 0.32 |
| Hex | 9B | 6 | 9 | 0 | 60 | 5E | 27 | 167 | 5D | 20 |
| Octal | 233 | 6 | 11 | 0 | 140 | 136 | 47 | 547 | 135 | 40 |
| Binary | 10011011 | 110 | 1001 | 0 | 1100000 | 1011110 | 100111 | 101100111 | 1011101 | 100000 |
Color Harmonies of #9B0609
Complementary color
Monochromatic Colors of #9B0609
Black with #9B0609
Text Example
Text Example
White with #9B0609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0609; }
p { color: rgb(155,6,9); }
H1.HeaderClassName
{
color: #9B0609;
}
.AnyTagClassName
{
color: #9B0609;
}
</style>
background-color css
<style>
a { background-color: #9B0609; }
a { background-color: rgb(155,6,9); }
div.DivClassName
{
background-color: #9B0609;
}
.BgClassName
{
background-color: #9B0609;
}
</style>
border-color css
<style>
span { border-color: #9B0609; }
span { border-color: rgb(155,6,9); }
td.TdClassName
{
border-color: #9B0609;
}
.TagClassName
{
border-color: #9B0609;
}
</style>