Shades of Scarlett #78202C
Tints of Scarlett #78202C
RGB
CMYK
RGB Variations
Color information
#78202C (or 0x78202C) is known color: Scarlett. HEX triplet: 78, 20 and 2C. RGB value is (120,32,44). Sum of RGB (Red+Green+Blue) = 120+32+44=196 (25% of max value = 765). Red value is 120 (47.27% from 255 or 61.22% from 196); Green value is 32 (12.89% from 255 or 16.33% from 196); Blue value is 44 (17.58% from 255 or 22.45% from 196); Max value from RGB is 120 - color contains mainly: red. Hex color #78202C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78202C is #87DFD3. Grayscale: #3B3B3B. Windows color (decimal): -8904660 or 2891896. OLE color: 2891896.
HSL color Cylindrical-coordinate representation of color #78202C: hue angle of 351.82º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #78202C is Cyan = 0, Magento = 0.73, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 32 | 44 | - |
| CMYK | 0 | 0.73 | 0.63 | 0.53 |
| HSL | 351.82º | 0.58% | 0.3% | - |
| HSV(B) | 351.82º | 0.73% | 0.47% | - |
| XYZ | 8.72 | 5.21 | 2.93 | - |
| YUV | 59.68 | 119.15 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 32 | 44 | 0 | 0.73 | 0.63 | 0.53 | 351.82 | 0.58 | 0.3 |
| Hex | 78 | 20 | 2C | 0 | 49 | 3F | 35 | 160 | 3A | 1E |
| Octal | 170 | 40 | 54 | 0 | 111 | 77 | 65 | 540 | 72 | 36 |
| Binary | 1111000 | 100000 | 101100 | 0 | 1001001 | 111111 | 110101 | 101100000 | 111010 | 11110 |
Color Harmonies of #78202C
Complementary color
Monochromatic Colors of #78202C
Black with #78202C
Text Example
Text Example
White with #78202C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78202C; }
p { color: rgb(120,32,44); }
H1.HeaderClassName
{
color: #78202C;
}
.AnyTagClassName
{
color: #78202C;
}
</style>
background-color css
<style>
a { background-color: #78202C; }
a { background-color: rgb(120,32,44); }
div.DivClassName
{
background-color: #78202C;
}
.BgClassName
{
background-color: #78202C;
}
</style>
border-color css
<style>
span { border-color: #78202C; }
span { border-color: rgb(120,32,44); }
td.TdClassName
{
border-color: #78202C;
}
.TagClassName
{
border-color: #78202C;
}
</style>