Shades of Scarlett #77242C
Tints of Scarlett #77242C
RGB
CMYK
RGB Variations
Color information
#77242C (or 0x77242C) is known color: Scarlett. HEX triplet: 77, 24 and 2C. RGB value is (119,36,44). Sum of RGB (Red+Green+Blue) = 119+36+44=199 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.80% from 199); Green value is 36 (14.45% from 255 or 18.09% from 199); Blue value is 44 (17.58% from 255 or 22.11% from 199); Max value from RGB is 119 - color contains mainly: red. Hex color #77242C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77242C is #88DBD3. Grayscale: #3D3D3D. Windows color (decimal): -8969172 or 2892919. OLE color: 2892919.
HSL color Cylindrical-coordinate representation of color #77242C: hue angle of 354.22º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #77242C is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 36 | 44 | - |
| CMYK | 0 | 0.70 | 0.63 | 0.53 |
| HSL | 354.22º | 0.54% | 0.3% | - |
| HSV(B) | 354.22º | 0.7% | 0.47% | - |
| XYZ | 8.69 | 5.37 | 2.96 | - |
| YUV | 61.73 | 118 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 36 | 44 | 0 | 0.70 | 0.63 | 0.53 | 354.22 | 0.54 | 0.3 |
| Hex | 77 | 24 | 2C | 0 | 46 | 3F | 35 | 162 | 36 | 1E |
| Octal | 167 | 44 | 54 | 0 | 106 | 77 | 65 | 542 | 66 | 36 |
| Binary | 1110111 | 100100 | 101100 | 0 | 1000110 | 111111 | 110101 | 101100010 | 110110 | 11110 |
Color Harmonies of #77242C
Complementary color
Monochromatic Colors of #77242C
Black with #77242C
Text Example
Text Example
White with #77242C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77242C; }
p { color: rgb(119,36,44); }
H1.HeaderClassName
{
color: #77242C;
}
.AnyTagClassName
{
color: #77242C;
}
</style>
background-color css
<style>
a { background-color: #77242C; }
a { background-color: rgb(119,36,44); }
div.DivClassName
{
background-color: #77242C;
}
.BgClassName
{
background-color: #77242C;
}
</style>
border-color css
<style>
span { border-color: #77242C; }
span { border-color: rgb(119,36,44); }
td.TdClassName
{
border-color: #77242C;
}
.TagClassName
{
border-color: #77242C;
}
</style>