Shades of Sangria #7B040D
Tints of Sangria #7B040D
RGB
CMYK
RGB Variations
Color information
#7B040D (or 0x7B040D) is known color: Sangria. HEX triplet: 7B, 04 and 0D. RGB value is (123,4,13). Sum of RGB (Red+Green+Blue) = 123+4+13=140 (18% of max value = 765). Red value is 123 (48.44% from 255 or 87.86% from 140); Green value is 4 (1.95% from 255 or 2.86% from 140); Blue value is 13 (5.47% from 255 or 9.29% from 140); Max value from RGB is 123 - color contains mainly: red. Hex color #7B040D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7B040D is #84FBF2. Grayscale: #282828. Windows color (decimal): -8715251 or 853115. OLE color: 853115.
HSL color Cylindrical-coordinate representation of color #7B040D: hue angle of 355.46º 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 #7B040D is Cyan = 0, Magento = 0.97, Yellow = 0.89 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 4 | 13 | - |
| CMYK | 0 | 0.97 | 0.89 | 0.52 |
| HSL | 355.46º | 0.94% | 0.25% | - |
| HSV(B) | 355.46º | 0.97% | 0.48% | - |
| XYZ | 8.28 | 4.33 | 0.78 | - |
| YUV | 40.61 | 112.42 | 186.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 4 | 13 | 0 | 0.97 | 0.89 | 0.52 | 355.46 | 0.94 | 0.25 |
| Hex | 7B | 4 | D | 0 | 61 | 59 | 34 | 163 | 5E | 19 |
| Octal | 173 | 4 | 15 | 0 | 141 | 131 | 64 | 543 | 136 | 31 |
| Binary | 1111011 | 100 | 1101 | 0 | 1100001 | 1011001 | 110100 | 101100011 | 1011110 | 11001 |
Color Harmonies of #7B040D
Complementary color
Monochromatic Colors of #7B040D
Black with #7B040D
Text Example
Text Example
White with #7B040D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B040D; }
p { color: rgb(123,4,13); }
H1.HeaderClassName
{
color: #7B040D;
}
.AnyTagClassName
{
color: #7B040D;
}
</style>
background-color css
<style>
a { background-color: #7B040D; }
a { background-color: rgb(123,4,13); }
div.DivClassName
{
background-color: #7B040D;
}
.BgClassName
{
background-color: #7B040D;
}
</style>
border-color css
<style>
span { border-color: #7B040D; }
span { border-color: rgb(123,4,13); }
td.TdClassName
{
border-color: #7B040D;
}
.TagClassName
{
border-color: #7B040D;
}
</style>