Shades of Sangria #9B010E
Tints of Sangria #9B010E
RGB
CMYK
RGB Variations
Color information
#9B010E (or 0x9B010E) is known color: Sangria. HEX triplet: 9B, 01 and 0E. RGB value is (155,1,14). Sum of RGB (Red+Green+Blue) = 155+1+14=170 (22% of max value = 765). Red value is 155 (60.94% from 255 or 91.18% from 170); Green value is 1 (0.78% from 255 or 0.59% from 170); Blue value is 14 (5.86% from 255 or 8.24% from 170); Max value from RGB is 155 - color contains mainly: red. Hex color #9B010E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B010E is #64FEF1. Grayscale: #303030. Windows color (decimal): -6618866 or 917915. OLE color: 917915.
HSL color Cylindrical-coordinate representation of color #9B010E: hue angle of 354.94º degrees, saturation: 0.99, 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 #9B010E is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 1 | 14 | - |
| CMYK | 0 | 0.99 | 0.91 | 0.39 |
| HSL | 354.94º | 0.99% | 0.31% | - |
| HSV(B) | 354.94º | 0.99% | 0.61% | - |
| XYZ | 13.61 | 7.02 | 1.05 | - |
| YUV | 48.53 | 108.52 | 203.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 1 | 14 | 0 | 0.99 | 0.91 | 0.39 | 354.94 | 0.99 | 0.31 |
| Hex | 9B | 1 | E | 0 | 63 | 5B | 27 | 163 | 63 | 1F |
| Octal | 233 | 1 | 16 | 0 | 143 | 133 | 47 | 543 | 143 | 37 |
| Binary | 10011011 | 1 | 1110 | 0 | 1100011 | 1011011 | 100111 | 101100011 | 1100011 | 11111 |
Color Harmonies of #9B010E
Complementary color
Monochromatic Colors of #9B010E
Black with #9B010E
Text Example
Text Example
White with #9B010E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B010E; }
p { color: rgb(155,1,14); }
H1.HeaderClassName
{
color: #9B010E;
}
.AnyTagClassName
{
color: #9B010E;
}
</style>
background-color css
<style>
a { background-color: #9B010E; }
a { background-color: rgb(155,1,14); }
div.DivClassName
{
background-color: #9B010E;
}
.BgClassName
{
background-color: #9B010E;
}
</style>
border-color css
<style>
span { border-color: #9B010E; }
span { border-color: rgb(155,1,14); }
td.TdClassName
{
border-color: #9B010E;
}
.TagClassName
{
border-color: #9B010E;
}
</style>