Shades of Scarlett #791D2E
Tints of Scarlett #791D2E
RGB
CMYK
RGB Variations
Color information
#791D2E (or 0x791D2E) is known color: Scarlett. HEX triplet: 79, 1D and 2E. RGB value is (121,29,46). Sum of RGB (Red+Green+Blue) = 121+29+46=196 (25% of max value = 765). Red value is 121 (47.66% from 255 or 61.73% from 196); Green value is 29 (11.72% from 255 or 14.80% from 196); Blue value is 46 (18.36% from 255 or 23.47% from 196); Max value from RGB is 121 - color contains mainly: red. Hex color #791D2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #791D2E is #86E2D1. Grayscale: #3A3A3A. Windows color (decimal): -8839890 or 3022201. OLE color: 3022201.
HSL color Cylindrical-coordinate representation of color #791D2E: hue angle of 348.91º 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 #791D2E is Cyan = 0, Magento = 0.76, Yellow = 0.62 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 29 | 46 | - |
| CMYK | 0 | 0.76 | 0.62 | 0.53 |
| HSL | 348.91º | 0.61% | 0.29% | - |
| HSV(B) | 348.91º | 0.76% | 0.47% | - |
| XYZ | 8.82 | 5.14 | 3.11 | - |
| YUV | 58.45 | 120.98 | 172.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 29 | 46 | 0 | 0.76 | 0.62 | 0.53 | 348.91 | 0.61 | 0.29 |
| Hex | 79 | 1D | 2E | 0 | 4C | 3E | 35 | 15D | 3D | 1D |
| Octal | 171 | 35 | 56 | 0 | 114 | 76 | 65 | 535 | 75 | 35 |
| Binary | 1111001 | 11101 | 101110 | 0 | 1001100 | 111110 | 110101 | 101011101 | 111101 | 11101 |
Color Harmonies of #791D2E
Complementary color
Monochromatic Colors of #791D2E
Black with #791D2E
Text Example
Text Example
White with #791D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #791D2E; }
p { color: rgb(121,29,46); }
H1.HeaderClassName
{
color: #791D2E;
}
.AnyTagClassName
{
color: #791D2E;
}
</style>
background-color css
<style>
a { background-color: #791D2E; }
a { background-color: rgb(121,29,46); }
div.DivClassName
{
background-color: #791D2E;
}
.BgClassName
{
background-color: #791D2E;
}
</style>
border-color css
<style>
span { border-color: #791D2E; }
span { border-color: rgb(121,29,46); }
td.TdClassName
{
border-color: #791D2E;
}
.TagClassName
{
border-color: #791D2E;
}
</style>