Shades of Sangria #7B030B
Tints of Sangria #7B030B
RGB
CMYK
RGB Variations
Color information
#7B030B (or 0x7B030B) is known color: Sangria. HEX triplet: 7B, 03 and 0B. RGB value is (123,3,11). Sum of RGB (Red+Green+Blue) = 123+3+11=137 (18% of max value = 765). Red value is 123 (48.44% from 255 or 89.78% from 137); Green value is 3 (1.56% from 255 or 2.19% from 137); Blue value is 11 (4.69% from 255 or 8.03% from 137); Max value from RGB is 123 - color contains mainly: red. Hex color #7B030B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7B030B is #84FCF4. Grayscale: #272727. Windows color (decimal): -8715509 or 721787. OLE color: 721787.
HSL color Cylindrical-coordinate representation of color #7B030B: hue angle of 356º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7B030B is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 3 | 11 | - |
| CMYK | 0 | 0.98 | 0.91 | 0.52 |
| HSL | 356º | 0.95% | 0.25% | - |
| HSV(B) | 356º | 0.98% | 0.48% | - |
| XYZ | 8.26 | 4.3 | 0.71 | - |
| YUV | 39.79 | 111.76 | 187.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 3 | 11 | 0 | 0.98 | 0.91 | 0.52 | 356 | 0.95 | 0.25 |
| Hex | 7B | 3 | B | 0 | 62 | 5B | 34 | 164 | 5F | 19 |
| Octal | 173 | 3 | 13 | 0 | 142 | 133 | 64 | 544 | 137 | 31 |
| Binary | 1111011 | 11 | 1011 | 0 | 1100010 | 1011011 | 110100 | 101100100 | 1011111 | 11001 |
Color Harmonies of #7B030B
Complementary color
Monochromatic Colors of #7B030B
Black with #7B030B
Text Example
Text Example
White with #7B030B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B030B; }
p { color: rgb(123,3,11); }
H1.HeaderClassName
{
color: #7B030B;
}
.AnyTagClassName
{
color: #7B030B;
}
</style>
background-color css
<style>
a { background-color: #7B030B; }
a { background-color: rgb(123,3,11); }
div.DivClassName
{
background-color: #7B030B;
}
.BgClassName
{
background-color: #7B030B;
}
</style>
border-color css
<style>
span { border-color: #7B030B; }
span { border-color: rgb(123,3,11); }
td.TdClassName
{
border-color: #7B030B;
}
.TagClassName
{
border-color: #7B030B;
}
</style>