Shades of Scarlett #79222A
Tints of Scarlett #79222A
RGB
CMYK
RGB Variations
Color information
#79222A (or 0x79222A) is known color: Scarlett. HEX triplet: 79, 22 and 2A. RGB value is (121,34,42). Sum of RGB (Red+Green+Blue) = 121+34+42=197 (26% of max value = 765). Red value is 121 (47.66% from 255 or 61.42% from 197); Green value is 34 (13.67% from 255 or 17.26% from 197); Blue value is 42 (16.80% from 255 or 21.32% from 197); Max value from RGB is 121 - color contains mainly: red. Hex color #79222A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79222A is #86DDD5. Grayscale: #3C3C3C. Windows color (decimal): -8838614 or 2761337. OLE color: 2761337.
HSL color Cylindrical-coordinate representation of color #79222A: hue angle of 354.48º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #79222A is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 34 | 42 | - |
| CMYK | 0 | 0.72 | 0.65 | 0.53 |
| HSL | 354.48º | 0.56% | 0.3% | - |
| HSV(B) | 354.48º | 0.72% | 0.47% | - |
| XYZ | 8.88 | 5.38 | 2.76 | - |
| YUV | 60.93 | 117.32 | 170.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 34 | 42 | 0 | 0.72 | 0.65 | 0.53 | 354.48 | 0.56 | 0.3 |
| Hex | 79 | 22 | 2A | 0 | 48 | 41 | 35 | 162 | 38 | 1E |
| Octal | 171 | 42 | 52 | 0 | 110 | 101 | 65 | 542 | 70 | 36 |
| Binary | 1111001 | 100010 | 101010 | 0 | 1001000 | 1000001 | 110101 | 101100010 | 111000 | 11110 |
Color Harmonies of #79222A
Complementary color
Monochromatic Colors of #79222A
Black with #79222A
Text Example
Text Example
White with #79222A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79222A; }
p { color: rgb(121,34,42); }
H1.HeaderClassName
{
color: #79222A;
}
.AnyTagClassName
{
color: #79222A;
}
</style>
background-color css
<style>
a { background-color: #79222A; }
a { background-color: rgb(121,34,42); }
div.DivClassName
{
background-color: #79222A;
}
.BgClassName
{
background-color: #79222A;
}
</style>
border-color css
<style>
span { border-color: #79222A; }
span { border-color: rgb(121,34,42); }
td.TdClassName
{
border-color: #79222A;
}
.TagClassName
{
border-color: #79222A;
}
</style>