Shades of Scarlett #78242F
Tints of Scarlett #78242F
RGB
CMYK
RGB Variations
Color information
#78242F (or 0x78242F) is known color: Scarlett. HEX triplet: 78, 24 and 2F. RGB value is (120,36,47). Sum of RGB (Red+Green+Blue) = 120+36+47=203 (26% of max value = 765). Red value is 120 (47.27% from 255 or 59.11% from 203); Green value is 36 (14.45% from 255 or 17.73% from 203); Blue value is 47 (18.75% from 255 or 23.15% from 203); Max value from RGB is 120 - color contains mainly: red. Hex color #78242F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78242F is #87DBD0. Grayscale: #3E3E3E. Windows color (decimal): -8903633 or 3089528. OLE color: 3089528.
HSL color Cylindrical-coordinate representation of color #78242F: hue angle of 352.14º 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 #78242F is Cyan = 0, Magento = 0.7, Yellow = 0.61 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 36 | 47 | - |
| CMYK | 0 | 0.7 | 0.61 | 0.53 |
| HSL | 352.14º | 0.54% | 0.31% | - |
| HSV(B) | 352.14º | 0.7% | 0.47% | - |
| XYZ | 8.89 | 5.46 | 3.27 | - |
| YUV | 62.37 | 119.33 | 169.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 36 | 47 | 0 | 0.7 | 0.61 | 0.53 | 352.14 | 0.54 | 0.31 |
| Hex | 78 | 24 | 2F | 0 | 46 | 3D | 35 | 160 | 36 | 1F |
| Octal | 170 | 44 | 57 | 0 | 106 | 75 | 65 | 540 | 66 | 37 |
| Binary | 1111000 | 100100 | 101111 | 0 | 1000110 | 111101 | 110101 | 101100000 | 110110 | 11111 |
Color Harmonies of #78242F
Complementary color
Monochromatic Colors of #78242F
Black with #78242F
Text Example
Text Example
White with #78242F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78242F; }
p { color: rgb(120,36,47); }
H1.HeaderClassName
{
color: #78242F;
}
.AnyTagClassName
{
color: #78242F;
}
</style>
background-color css
<style>
a { background-color: #78242F; }
a { background-color: rgb(120,36,47); }
div.DivClassName
{
background-color: #78242F;
}
.BgClassName
{
background-color: #78242F;
}
</style>
border-color css
<style>
span { border-color: #78242F; }
span { border-color: rgb(120,36,47); }
td.TdClassName
{
border-color: #78242F;
}
.TagClassName
{
border-color: #78242F;
}
</style>