Shades of Scarlett #78242E
Tints of Scarlett #78242E
RGB
CMYK
RGB Variations
Color information
#78242E (or 0x78242E) is known color: Scarlett. HEX triplet: 78, 24 and 2E. RGB value is (120,36,46). Sum of RGB (Red+Green+Blue) = 120+36+46=202 (26% of max value = 765). Red value is 120 (47.27% from 255 or 59.41% from 202); Green value is 36 (14.45% from 255 or 17.82% from 202); Blue value is 46 (18.36% from 255 or 22.77% from 202); Max value from RGB is 120 - color contains mainly: red. Hex color #78242E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78242E is #87DBD1. Grayscale: #3E3E3E. Windows color (decimal): -8903634 or 3023992. OLE color: 3023992.
HSL color Cylindrical-coordinate representation of color #78242E: hue angle of 352.86º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #78242E is Cyan = 0, Magento = 0.7, Yellow = 0.62 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 36 | 46 | - |
| CMYK | 0 | 0.7 | 0.62 | 0.53 |
| HSL | 352.86º | 0.54% | 0.31% | - |
| HSV(B) | 352.86º | 0.7% | 0.47% | - |
| XYZ | 8.87 | 5.45 | 3.17 | - |
| YUV | 62.26 | 118.83 | 169.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 36 | 46 | 0 | 0.7 | 0.62 | 0.53 | 352.86 | 0.54 | 0.31 |
| Hex | 78 | 24 | 2E | 0 | 46 | 3E | 35 | 161 | 36 | 1F |
| Octal | 170 | 44 | 56 | 0 | 106 | 76 | 65 | 541 | 66 | 37 |
| Binary | 1111000 | 100100 | 101110 | 0 | 1000110 | 111110 | 110101 | 101100001 | 110110 | 11111 |
Color Harmonies of #78242E
Complementary color
Monochromatic Colors of #78242E
Black with #78242E
Text Example
Text Example
White with #78242E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78242E; }
p { color: rgb(120,36,46); }
H1.HeaderClassName
{
color: #78242E;
}
.AnyTagClassName
{
color: #78242E;
}
</style>
background-color css
<style>
a { background-color: #78242E; }
a { background-color: rgb(120,36,46); }
div.DivClassName
{
background-color: #78242E;
}
.BgClassName
{
background-color: #78242E;
}
</style>
border-color css
<style>
span { border-color: #78242E; }
span { border-color: rgb(120,36,46); }
td.TdClassName
{
border-color: #78242E;
}
.TagClassName
{
border-color: #78242E;
}
</style>