Shades of Scarlett #791D30
Tints of Scarlett #791D30
RGB
CMYK
RGB Variations
Color information
#791D30 (or 0x791D30) is known color: Scarlett. HEX triplet: 79, 1D and 30. RGB value is (121,29,48). Sum of RGB (Red+Green+Blue) = 121+29+48=198 (26% of max value = 765). Red value is 121 (47.66% from 255 or 61.11% from 198); Green value is 29 (11.72% from 255 or 14.65% from 198); Blue value is 48 (19.14% from 255 or 24.24% from 198); Max value from RGB is 121 - color contains mainly: red. Hex color #791D30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #791D30 is #86E2CF. Grayscale: #3A3A3A. Windows color (decimal): -8839888 or 3153273. OLE color: 3153273.
HSL color Cylindrical-coordinate representation of color #791D30: hue angle of 347.61º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #791D30 is Cyan = 0, Magento = 0.76, Yellow = 0.60 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 29 | 48 | - |
| CMYK | 0 | 0.76 | 0.60 | 0.53 |
| HSL | 347.61º | 0.61% | 0.29% | - |
| HSV(B) | 347.61º | 0.76% | 0.47% | - |
| XYZ | 8.86 | 5.16 | 3.32 | - |
| YUV | 58.67 | 121.98 | 172.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 29 | 48 | 0 | 0.76 | 0.60 | 0.53 | 347.61 | 0.61 | 0.29 |
| Hex | 79 | 1D | 30 | 0 | 4C | 3C | 35 | 15C | 3D | 1D |
| Octal | 171 | 35 | 60 | 0 | 114 | 74 | 65 | 534 | 75 | 35 |
| Binary | 1111001 | 11101 | 110000 | 0 | 1001100 | 111100 | 110101 | 101011100 | 111101 | 11101 |
Color Harmonies of #791D30
Complementary color
Monochromatic Colors of #791D30
Black with #791D30
Text Example
Text Example
White with #791D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #791D30; }
p { color: rgb(121,29,48); }
H1.HeaderClassName
{
color: #791D30;
}
.AnyTagClassName
{
color: #791D30;
}
</style>
background-color css
<style>
a { background-color: #791D30; }
a { background-color: rgb(121,29,48); }
div.DivClassName
{
background-color: #791D30;
}
.BgClassName
{
background-color: #791D30;
}
</style>
border-color css
<style>
span { border-color: #791D30; }
span { border-color: rgb(121,29,48); }
td.TdClassName
{
border-color: #791D30;
}
.TagClassName
{
border-color: #791D30;
}
</style>