Shades of Sangria #9B010C
Tints of Sangria #9B010C
RGB
CMYK
RGB Variations
Color information
#9B010C (or 0x9B010C) is known color: Sangria. HEX triplet: 9B, 01 and 0C. RGB value is (155,1,12). Sum of RGB (Red+Green+Blue) = 155+1+12=168 (22% of max value = 765). Red value is 155 (60.94% from 255 or 92.26% from 168); Green value is 1 (0.78% from 255 or 0.60% from 168); Blue value is 12 (5.08% from 255 or 7.14% from 168); Max value from RGB is 155 - color contains mainly: red. Hex color #9B010C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B010C is #64FEF3. Grayscale: #303030. Windows color (decimal): -6618868 or 786843. OLE color: 786843.
HSL color Cylindrical-coordinate representation of color #9B010C: hue angle of 355.71º 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 #9B010C is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 1 | 12 | - |
| CMYK | 0 | 0.99 | 0.92 | 0.39 |
| HSL | 355.71º | 0.99% | 0.31% | - |
| HSV(B) | 355.71º | 0.99% | 0.61% | - |
| XYZ | 13.59 | 7.02 | 0.99 | - |
| YUV | 48.3 | 107.52 | 204.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 1 | 12 | 0 | 0.99 | 0.92 | 0.39 | 355.71 | 0.99 | 0.31 |
| Hex | 9B | 1 | C | 0 | 63 | 5C | 27 | 164 | 63 | 1F |
| Octal | 233 | 1 | 14 | 0 | 143 | 134 | 47 | 544 | 143 | 37 |
| Binary | 10011011 | 1 | 1100 | 0 | 1100011 | 1011100 | 100111 | 101100100 | 1100011 | 11111 |
Color Harmonies of #9B010C
Complementary color
Monochromatic Colors of #9B010C
Black with #9B010C
Text Example
Text Example
White with #9B010C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B010C; }
p { color: rgb(155,1,12); }
H1.HeaderClassName
{
color: #9B010C;
}
.AnyTagClassName
{
color: #9B010C;
}
</style>
background-color css
<style>
a { background-color: #9B010C; }
a { background-color: rgb(155,1,12); }
div.DivClassName
{
background-color: #9B010C;
}
.BgClassName
{
background-color: #9B010C;
}
</style>
border-color css
<style>
span { border-color: #9B010C; }
span { border-color: rgb(155,1,12); }
td.TdClassName
{
border-color: #9B010C;
}
.TagClassName
{
border-color: #9B010C;
}
</style>