Shades of Scarlett #78232C
Tints of Scarlett #78232C
RGB
CMYK
RGB Variations
Color information
#78232C (or 0x78232C) is known color: Scarlett. HEX triplet: 78, 23 and 2C. RGB value is (120,35,44). Sum of RGB (Red+Green+Blue) = 120+35+44=199 (26% of max value = 765). Red value is 120 (47.27% from 255 or 60.30% from 199); Green value is 35 (14.06% from 255 or 17.59% from 199); Blue value is 44 (17.58% from 255 or 22.11% from 199); Max value from RGB is 120 - color contains mainly: red. Hex color #78232C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78232C is #87DCD3. Grayscale: #3D3D3D. Windows color (decimal): -8903892 or 2892664. OLE color: 2892664.
HSL color Cylindrical-coordinate representation of color #78232C: hue angle of 353.65º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #78232C is Cyan = 0, Magento = 0.71, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 35 | 44 | - |
| CMYK | 0 | 0.71 | 0.63 | 0.53 |
| HSL | 353.65º | 0.55% | 0.3% | - |
| HSV(B) | 353.65º | 0.71% | 0.47% | - |
| XYZ | 8.8 | 5.38 | 2.96 | - |
| YUV | 61.44 | 118.16 | 169.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 35 | 44 | 0 | 0.71 | 0.63 | 0.53 | 353.65 | 0.55 | 0.3 |
| Hex | 78 | 23 | 2C | 0 | 47 | 3F | 35 | 162 | 37 | 1E |
| Octal | 170 | 43 | 54 | 0 | 107 | 77 | 65 | 542 | 67 | 36 |
| Binary | 1111000 | 100011 | 101100 | 0 | 1000111 | 111111 | 110101 | 101100010 | 110111 | 11110 |
Color Harmonies of #78232C
Complementary color
Monochromatic Colors of #78232C
Black with #78232C
Text Example
Text Example
White with #78232C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78232C; }
p { color: rgb(120,35,44); }
H1.HeaderClassName
{
color: #78232C;
}
.AnyTagClassName
{
color: #78232C;
}
</style>
background-color css
<style>
a { background-color: #78232C; }
a { background-color: rgb(120,35,44); }
div.DivClassName
{
background-color: #78232C;
}
.BgClassName
{
background-color: #78232C;
}
</style>
border-color css
<style>
span { border-color: #78232C; }
span { border-color: rgb(120,35,44); }
td.TdClassName
{
border-color: #78232C;
}
.TagClassName
{
border-color: #78232C;
}
</style>