Shades of Scarlett #791E30
Tints of Scarlett #791E30
RGB
CMYK
RGB Variations
Color information
#791E30 (or 0x791E30) is known color: Scarlett. HEX triplet: 79, 1E and 30. RGB value is (121,30,48). Sum of RGB (Red+Green+Blue) = 121+30+48=199 (26% of max value = 765). Red value is 121 (47.66% from 255 or 60.80% from 199); Green value is 30 (12.11% from 255 or 15.08% from 199); Blue value is 48 (19.14% from 255 or 24.12% from 199); Max value from RGB is 121 - color contains mainly: red. Hex color #791E30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #791E30 is #86E1CF. Grayscale: #3B3B3B. Windows color (decimal): -8839632 or 3153529. OLE color: 3153529.
HSL color Cylindrical-coordinate representation of color #791E30: hue angle of 348.13º 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 #791E30 is Cyan = 0, Magento = 0.75, Yellow = 0.60 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 30 | 48 | - |
| CMYK | 0 | 0.75 | 0.60 | 0.53 |
| HSL | 348.13º | 0.6% | 0.3% | - |
| HSV(B) | 348.13º | 0.75% | 0.47% | - |
| XYZ | 8.88 | 5.21 | 3.33 | - |
| YUV | 59.26 | 121.65 | 172.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 30 | 48 | 0 | 0.75 | 0.60 | 0.53 | 348.13 | 0.6 | 0.3 |
| Hex | 79 | 1E | 30 | 0 | 4B | 3C | 35 | 15C | 3C | 1E |
| Octal | 171 | 36 | 60 | 0 | 113 | 74 | 65 | 534 | 74 | 36 |
| Binary | 1111001 | 11110 | 110000 | 0 | 1001011 | 111100 | 110101 | 101011100 | 111100 | 11110 |
Color Harmonies of #791E30
Complementary color
Monochromatic Colors of #791E30
Black with #791E30
Text Example
Text Example
White with #791E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #791E30; }
p { color: rgb(121,30,48); }
H1.HeaderClassName
{
color: #791E30;
}
.AnyTagClassName
{
color: #791E30;
}
</style>
background-color css
<style>
a { background-color: #791E30; }
a { background-color: rgb(121,30,48); }
div.DivClassName
{
background-color: #791E30;
}
.BgClassName
{
background-color: #791E30;
}
</style>
border-color css
<style>
span { border-color: #791E30; }
span { border-color: rgb(121,30,48); }
td.TdClassName
{
border-color: #791E30;
}
.TagClassName
{
border-color: #791E30;
}
</style>