Shades of Sangria #9B030B
Tints of Sangria #9B030B
RGB
CMYK
RGB Variations
Color information
#9B030B (or 0x9B030B) is known color: Sangria. HEX triplet: 9B, 03 and 0B. RGB value is (155,3,11). Sum of RGB (Red+Green+Blue) = 155+3+11=169 (22% of max value = 765). Red value is 155 (60.94% from 255 or 91.72% from 169); Green value is 3 (1.56% from 255 or 1.78% from 169); Blue value is 11 (4.69% from 255 or 6.51% from 169); Max value from RGB is 155 - color contains mainly: red. Hex color #9B030B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B030B is #64FCF4. Grayscale: #313131. Windows color (decimal): -6618357 or 721819. OLE color: 721819.
HSL color Cylindrical-coordinate representation of color #9B030B: hue angle of 356.84º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9B030B is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 3 | 11 | - |
| CMYK | 0 | 0.98 | 0.93 | 0.39 |
| HSL | 356.84º | 0.96% | 0.31% | - |
| HSV(B) | 356.84º | 0.98% | 0.61% | - |
| XYZ | 13.61 | 7.06 | 0.96 | - |
| YUV | 49.36 | 106.36 | 203.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 3 | 11 | 0 | 0.98 | 0.93 | 0.39 | 356.84 | 0.96 | 0.31 |
| Hex | 9B | 3 | B | 0 | 62 | 5D | 27 | 165 | 60 | 1F |
| Octal | 233 | 3 | 13 | 0 | 142 | 135 | 47 | 545 | 140 | 37 |
| Binary | 10011011 | 11 | 1011 | 0 | 1100010 | 1011101 | 100111 | 101100101 | 1100000 | 11111 |
Color Harmonies of #9B030B
Complementary color
Monochromatic Colors of #9B030B
Black with #9B030B
Text Example
Text Example
White with #9B030B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B030B; }
p { color: rgb(155,3,11); }
H1.HeaderClassName
{
color: #9B030B;
}
.AnyTagClassName
{
color: #9B030B;
}
</style>
background-color css
<style>
a { background-color: #9B030B; }
a { background-color: rgb(155,3,11); }
div.DivClassName
{
background-color: #9B030B;
}
.BgClassName
{
background-color: #9B030B;
}
</style>
border-color css
<style>
span { border-color: #9B030B; }
span { border-color: rgb(155,3,11); }
td.TdClassName
{
border-color: #9B030B;
}
.TagClassName
{
border-color: #9B030B;
}
</style>