Shades of Sangria #7C0309
Tints of Sangria #7C0309
RGB
CMYK
RGB Variations
Color information
#7C0309 (or 0x7C0309) is known color: Sangria. HEX triplet: 7C, 03 and 09. RGB value is (124,3,9). Sum of RGB (Red+Green+Blue) = 124+3+9=136 (18% of max value = 765). Red value is 124 (48.83% from 255 or 91.18% from 136); Green value is 3 (1.56% from 255 or 2.21% from 136); Blue value is 9 (3.91% from 255 or 6.62% from 136); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0309 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7C0309 is #83FCF6. Grayscale: #272727. Windows color (decimal): -8649975 or 590716. OLE color: 590716.
HSL color Cylindrical-coordinate representation of color #7C0309: hue angle of 357.02º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7C0309 is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 3 | 9 | - |
| CMYK | 0 | 0.98 | 0.93 | 0.51 |
| HSL | 357.02º | 0.95% | 0.25% | - |
| HSV(B) | 357.02º | 0.98% | 0.49% | - |
| XYZ | 8.39 | 4.37 | 0.66 | - |
| YUV | 39.86 | 110.59 | 188.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 3 | 9 | 0 | 0.98 | 0.93 | 0.51 | 357.02 | 0.95 | 0.25 |
| Hex | 7C | 3 | 9 | 0 | 62 | 5D | 33 | 165 | 5F | 19 |
| Octal | 174 | 3 | 11 | 0 | 142 | 135 | 63 | 545 | 137 | 31 |
| Binary | 1111100 | 11 | 1001 | 0 | 1100010 | 1011101 | 110011 | 101100101 | 1011111 | 11001 |
Color Harmonies of #7C0309
Complementary color
Monochromatic Colors of #7C0309
Black with #7C0309
Text Example
Text Example
White with #7C0309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0309; }
p { color: rgb(124,3,9); }
H1.HeaderClassName
{
color: #7C0309;
}
.AnyTagClassName
{
color: #7C0309;
}
</style>
background-color css
<style>
a { background-color: #7C0309; }
a { background-color: rgb(124,3,9); }
div.DivClassName
{
background-color: #7C0309;
}
.BgClassName
{
background-color: #7C0309;
}
</style>
border-color css
<style>
span { border-color: #7C0309; }
span { border-color: rgb(124,3,9); }
td.TdClassName
{
border-color: #7C0309;
}
.TagClassName
{
border-color: #7C0309;
}
</style>