Shades of Sangria #9B030E
Tints of Sangria #9B030E
RGB
CMYK
RGB Variations
Color information
#9B030E (or 0x9B030E) is known color: Sangria. HEX triplet: 9B, 03 and 0E. RGB value is (155,3,14). Sum of RGB (Red+Green+Blue) = 155+3+14=172 (22% of max value = 765). Red value is 155 (60.94% from 255 or 90.12% from 172); Green value is 3 (1.56% from 255 or 1.74% from 172); Blue value is 14 (5.86% from 255 or 8.14% from 172); Max value from RGB is 155 - color contains mainly: red. Hex color #9B030E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B030E is #64FCF1. Grayscale: #313131. Windows color (decimal): -6618354 or 918427. OLE color: 918427.
HSL color Cylindrical-coordinate representation of color #9B030E: hue angle of 355.66º 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 #9B030E is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 3 | 14 | - |
| CMYK | 0 | 0.98 | 0.91 | 0.39 |
| HSL | 355.66º | 0.96% | 0.31% | - |
| HSV(B) | 355.66º | 0.98% | 0.61% | - |
| XYZ | 13.63 | 7.07 | 1.06 | - |
| YUV | 49.7 | 107.86 | 203.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 3 | 14 | 0 | 0.98 | 0.91 | 0.39 | 355.66 | 0.96 | 0.31 |
| Hex | 9B | 3 | E | 0 | 62 | 5B | 27 | 164 | 60 | 1F |
| Octal | 233 | 3 | 16 | 0 | 142 | 133 | 47 | 544 | 140 | 37 |
| Binary | 10011011 | 11 | 1110 | 0 | 1100010 | 1011011 | 100111 | 101100100 | 1100000 | 11111 |
Color Harmonies of #9B030E
Complementary color
Monochromatic Colors of #9B030E
Black with #9B030E
Text Example
Text Example
White with #9B030E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B030E; }
p { color: rgb(155,3,14); }
H1.HeaderClassName
{
color: #9B030E;
}
.AnyTagClassName
{
color: #9B030E;
}
</style>
background-color css
<style>
a { background-color: #9B030E; }
a { background-color: rgb(155,3,14); }
div.DivClassName
{
background-color: #9B030E;
}
.BgClassName
{
background-color: #9B030E;
}
</style>
border-color css
<style>
span { border-color: #9B030E; }
span { border-color: rgb(155,3,14); }
td.TdClassName
{
border-color: #9B030E;
}
.TagClassName
{
border-color: #9B030E;
}
</style>