Shades of Sangria #7B040B
Tints of Sangria #7B040B
RGB
CMYK
RGB Variations
Color information
#7B040B (or 0x7B040B) is known color: Sangria. HEX triplet: 7B, 04 and 0B. RGB value is (123,4,11). Sum of RGB (Red+Green+Blue) = 123+4+11=138 (18% of max value = 765). Red value is 123 (48.44% from 255 or 89.13% from 138); Green value is 4 (1.95% from 255 or 2.90% from 138); Blue value is 11 (4.69% from 255 or 7.97% from 138); Max value from RGB is 123 - color contains mainly: red. Hex color #7B040B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7B040B is #84FBF4. Grayscale: #282828. Windows color (decimal): -8715253 or 722043. OLE color: 722043.
HSL color Cylindrical-coordinate representation of color #7B040B: hue angle of 356.47º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7B040B is Cyan = 0, Magento = 0.97, Yellow = 0.91 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 4 | 11 | - |
| CMYK | 0 | 0.97 | 0.91 | 0.52 |
| HSL | 356.47º | 0.94% | 0.25% | - |
| HSV(B) | 356.47º | 0.97% | 0.48% | - |
| XYZ | 8.27 | 4.32 | 0.71 | - |
| YUV | 40.38 | 111.42 | 186.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 4 | 11 | 0 | 0.97 | 0.91 | 0.52 | 356.47 | 0.94 | 0.25 |
| Hex | 7B | 4 | B | 0 | 61 | 5B | 34 | 164 | 5E | 19 |
| Octal | 173 | 4 | 13 | 0 | 141 | 133 | 64 | 544 | 136 | 31 |
| Binary | 1111011 | 100 | 1011 | 0 | 1100001 | 1011011 | 110100 | 101100100 | 1011110 | 11001 |
Color Harmonies of #7B040B
Complementary color
Monochromatic Colors of #7B040B
Black with #7B040B
Text Example
Text Example
White with #7B040B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B040B; }
p { color: rgb(123,4,11); }
H1.HeaderClassName
{
color: #7B040B;
}
.AnyTagClassName
{
color: #7B040B;
}
</style>
background-color css
<style>
a { background-color: #7B040B; }
a { background-color: rgb(123,4,11); }
div.DivClassName
{
background-color: #7B040B;
}
.BgClassName
{
background-color: #7B040B;
}
</style>
border-color css
<style>
span { border-color: #7B040B; }
span { border-color: rgb(123,4,11); }
td.TdClassName
{
border-color: #7B040B;
}
.TagClassName
{
border-color: #7B040B;
}
</style>