Shades of Sangria #7B090B
Tints of Sangria #7B090B
RGB
CMYK
RGB Variations
Color information
#7B090B (or 0x7B090B) is known color: Sangria. HEX triplet: 7B, 09 and 0B. RGB value is (123,9,11). Sum of RGB (Red+Green+Blue) = 123+9+11=143 (18% of max value = 765). Red value is 123 (48.44% from 255 or 86.01% from 143); Green value is 9 (3.91% from 255 or 6.29% from 143); Blue value is 11 (4.69% from 255 or 7.69% from 143); Max value from RGB is 123 - color contains mainly: red. Hex color #7B090B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7B090B is #84F6F4. Grayscale: #2B2B2B. Windows color (decimal): -8713973 or 723323. OLE color: 723323.
HSL color Cylindrical-coordinate representation of color #7B090B: hue angle of 358.95º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7B090B is Cyan = 0, Magento = 0.93, Yellow = 0.91 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 9 | 11 | - |
| CMYK | 0 | 0.93 | 0.91 | 0.52 |
| HSL | 358.95º | 0.86% | 0.26% | - |
| HSV(B) | 358.95º | 0.93% | 0.48% | - |
| XYZ | 8.33 | 4.43 | 0.73 | - |
| YUV | 43.31 | 109.77 | 184.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 9 | 11 | 0 | 0.93 | 0.91 | 0.52 | 358.95 | 0.86 | 0.26 |
| Hex | 7B | 9 | B | 0 | 5D | 5B | 34 | 167 | 56 | 1A |
| Octal | 173 | 11 | 13 | 0 | 135 | 133 | 64 | 547 | 126 | 32 |
| Binary | 1111011 | 1001 | 1011 | 0 | 1011101 | 1011011 | 110100 | 101100111 | 1010110 | 11010 |
Color Harmonies of #7B090B
Complementary color
Monochromatic Colors of #7B090B
Black with #7B090B
Text Example
Text Example
White with #7B090B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B090B; }
p { color: rgb(123,9,11); }
H1.HeaderClassName
{
color: #7B090B;
}
.AnyTagClassName
{
color: #7B090B;
}
</style>
background-color css
<style>
a { background-color: #7B090B; }
a { background-color: rgb(123,9,11); }
div.DivClassName
{
background-color: #7B090B;
}
.BgClassName
{
background-color: #7B090B;
}
</style>
border-color css
<style>
span { border-color: #7B090B; }
span { border-color: rgb(123,9,11); }
td.TdClassName
{
border-color: #7B090B;
}
.TagClassName
{
border-color: #7B090B;
}
</style>