Shades of Scarlett #791D2C
Tints of Scarlett #791D2C
RGB
CMYK
RGB Variations
Color information
#791D2C (or 0x791D2C) is known color: Scarlett. HEX triplet: 79, 1D and 2C. RGB value is (121,29,44). Sum of RGB (Red+Green+Blue) = 121+29+44=194 (25% of max value = 765). Red value is 121 (47.66% from 255 or 62.37% from 194); Green value is 29 (11.72% from 255 or 14.95% from 194); Blue value is 44 (17.58% from 255 or 22.68% from 194); Max value from RGB is 121 - color contains mainly: red. Hex color #791D2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #791D2C is #86E2D3. Grayscale: #3A3A3A. Windows color (decimal): -8839892 or 2891129. OLE color: 2891129.
HSL color Cylindrical-coordinate representation of color #791D2C: hue angle of 350.22º 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 #791D2C is Cyan = 0, Magento = 0.76, Yellow = 0.64 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 29 | 44 | - |
| CMYK | 0 | 0.76 | 0.64 | 0.53 |
| HSL | 350.22º | 0.61% | 0.29% | - |
| HSV(B) | 350.22º | 0.76% | 0.47% | - |
| XYZ | 8.78 | 5.13 | 2.91 | - |
| YUV | 58.22 | 119.98 | 172.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 29 | 44 | 0 | 0.76 | 0.64 | 0.53 | 350.22 | 0.61 | 0.29 |
| Hex | 79 | 1D | 2C | 0 | 4C | 40 | 35 | 15E | 3D | 1D |
| Octal | 171 | 35 | 54 | 0 | 114 | 100 | 65 | 536 | 75 | 35 |
| Binary | 1111001 | 11101 | 101100 | 0 | 1001100 | 1000000 | 110101 | 101011110 | 111101 | 11101 |
Color Harmonies of #791D2C
Complementary color
Monochromatic Colors of #791D2C
Black with #791D2C
Text Example
Text Example
White with #791D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #791D2C; }
p { color: rgb(121,29,44); }
H1.HeaderClassName
{
color: #791D2C;
}
.AnyTagClassName
{
color: #791D2C;
}
</style>
background-color css
<style>
a { background-color: #791D2C; }
a { background-color: rgb(121,29,44); }
div.DivClassName
{
background-color: #791D2C;
}
.BgClassName
{
background-color: #791D2C;
}
</style>
border-color css
<style>
span { border-color: #791D2C; }
span { border-color: rgb(121,29,44); }
td.TdClassName
{
border-color: #791D2C;
}
.TagClassName
{
border-color: #791D2C;
}
</style>