Shades of Scarlett #791E31
Tints of Scarlett #791E31
RGB
CMYK
RGB Variations
Color information
#791E31 (or 0x791E31) is known color: Scarlett. HEX triplet: 79, 1E and 31. RGB value is (121,30,49). Sum of RGB (Red+Green+Blue) = 121+30+49=200 (26% of max value = 765). Red value is 121 (47.66% from 255 or 60.5% from 200); Green value is 30 (12.11% from 255 or 15% from 200); Blue value is 49 (19.53% from 255 or 24.5% from 200); Max value from RGB is 121 - color contains mainly: red. Hex color #791E31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #791E31 is #86E1CE. Grayscale: #3B3B3B. Windows color (decimal): -8839631 or 3219065. OLE color: 3219065.
HSL color Cylindrical-coordinate representation of color #791E31: hue angle of 347.47º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #791E31 is Cyan = 0, Magento = 0.75, Yellow = 0.60 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 30 | 49 | - |
| CMYK | 0 | 0.75 | 0.60 | 0.53 |
| HSL | 347.47º | 0.6% | 0.3% | - |
| HSV(B) | 347.47º | 0.75% | 0.47% | - |
| XYZ | 8.9 | 5.22 | 3.44 | - |
| YUV | 59.38 | 122.15 | 171.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 30 | 49 | 0 | 0.75 | 0.60 | 0.53 | 347.47 | 0.6 | 0.3 |
| Hex | 79 | 1E | 31 | 0 | 4B | 3C | 35 | 15B | 3C | 1E |
| Octal | 171 | 36 | 61 | 0 | 113 | 74 | 65 | 533 | 74 | 36 |
| Binary | 1111001 | 11110 | 110001 | 0 | 1001011 | 111100 | 110101 | 101011011 | 111100 | 11110 |
Color Harmonies of #791E31
Complementary color
Monochromatic Colors of #791E31
Black with #791E31
Text Example
Text Example
White with #791E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #791E31; }
p { color: rgb(121,30,49); }
H1.HeaderClassName
{
color: #791E31;
}
.AnyTagClassName
{
color: #791E31;
}
</style>
background-color css
<style>
a { background-color: #791E31; }
a { background-color: rgb(121,30,49); }
div.DivClassName
{
background-color: #791E31;
}
.BgClassName
{
background-color: #791E31;
}
</style>
border-color css
<style>
span { border-color: #791E31; }
span { border-color: rgb(121,30,49); }
td.TdClassName
{
border-color: #791E31;
}
.TagClassName
{
border-color: #791E31;
}
</style>