Shades of Scarlett #79242C
Tints of Scarlett #79242C
RGB
CMYK
RGB Variations
Color information
#79242C (or 0x79242C) is known color: Scarlett. HEX triplet: 79, 24 and 2C. RGB value is (121,36,44). Sum of RGB (Red+Green+Blue) = 121+36+44=201 (26% of max value = 765). Red value is 121 (47.66% from 255 or 60.20% from 201); Green value is 36 (14.45% from 255 or 17.91% from 201); Blue value is 44 (17.58% from 255 or 21.89% from 201); Max value from RGB is 121 - color contains mainly: red. Hex color #79242C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79242C is #86DBD3. Grayscale: #3E3E3E. Windows color (decimal): -8838100 or 2892921. OLE color: 2892921.
HSL color Cylindrical-coordinate representation of color #79242C: hue angle of 354.35º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #79242C is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 36 | 44 | - |
| CMYK | 0 | 0.70 | 0.64 | 0.53 |
| HSL | 354.35º | 0.54% | 0.31% | - |
| HSV(B) | 354.35º | 0.7% | 0.47% | - |
| XYZ | 8.97 | 5.51 | 2.97 | - |
| YUV | 62.33 | 117.66 | 169.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 36 | 44 | 0 | 0.70 | 0.64 | 0.53 | 354.35 | 0.54 | 0.31 |
| Hex | 79 | 24 | 2C | 0 | 46 | 40 | 35 | 162 | 36 | 1F |
| Octal | 171 | 44 | 54 | 0 | 106 | 100 | 65 | 542 | 66 | 37 |
| Binary | 1111001 | 100100 | 101100 | 0 | 1000110 | 1000000 | 110101 | 101100010 | 110110 | 11111 |
Color Harmonies of #79242C
Complementary color
Monochromatic Colors of #79242C
Black with #79242C
Text Example
Text Example
White with #79242C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79242C; }
p { color: rgb(121,36,44); }
H1.HeaderClassName
{
color: #79242C;
}
.AnyTagClassName
{
color: #79242C;
}
</style>
background-color css
<style>
a { background-color: #79242C; }
a { background-color: rgb(121,36,44); }
div.DivClassName
{
background-color: #79242C;
}
.BgClassName
{
background-color: #79242C;
}
</style>
border-color css
<style>
span { border-color: #79242C; }
span { border-color: rgb(121,36,44); }
td.TdClassName
{
border-color: #79242C;
}
.TagClassName
{
border-color: #79242C;
}
</style>