Shades of Scarlett #77242D
Tints of Scarlett #77242D
RGB
CMYK
RGB Variations
Color information
#77242D (or 0x77242D) is known color: Scarlett. HEX triplet: 77, 24 and 2D. RGB value is (119,36,45). Sum of RGB (Red+Green+Blue) = 119+36+45=200 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.5% from 200); Green value is 36 (14.45% from 255 or 18% from 200); Blue value is 45 (17.97% from 255 or 22.5% from 200); Max value from RGB is 119 - color contains mainly: red. Hex color #77242D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77242D is #88DBD2. Grayscale: #3D3D3D. Windows color (decimal): -8969171 or 2958455. OLE color: 2958455.
HSL color Cylindrical-coordinate representation of color #77242D: hue angle of 353.49º 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 #77242D is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 36 | 45 | - |
| CMYK | 0 | 0.70 | 0.62 | 0.53 |
| HSL | 353.49º | 0.54% | 0.3% | - |
| HSV(B) | 353.49º | 0.7% | 0.47% | - |
| XYZ | 8.71 | 5.37 | 3.06 | - |
| YUV | 61.84 | 118.5 | 168.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 36 | 45 | 0 | 0.70 | 0.62 | 0.53 | 353.49 | 0.54 | 0.3 |
| Hex | 77 | 24 | 2D | 0 | 46 | 3E | 35 | 161 | 36 | 1E |
| Octal | 167 | 44 | 55 | 0 | 106 | 76 | 65 | 541 | 66 | 36 |
| Binary | 1110111 | 100100 | 101101 | 0 | 1000110 | 111110 | 110101 | 101100001 | 110110 | 11110 |
Color Harmonies of #77242D
Complementary color
Monochromatic Colors of #77242D
Black with #77242D
Text Example
Text Example
White with #77242D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77242D; }
p { color: rgb(119,36,45); }
H1.HeaderClassName
{
color: #77242D;
}
.AnyTagClassName
{
color: #77242D;
}
</style>
background-color css
<style>
a { background-color: #77242D; }
a { background-color: rgb(119,36,45); }
div.DivClassName
{
background-color: #77242D;
}
.BgClassName
{
background-color: #77242D;
}
</style>
border-color css
<style>
span { border-color: #77242D; }
span { border-color: rgb(119,36,45); }
td.TdClassName
{
border-color: #77242D;
}
.TagClassName
{
border-color: #77242D;
}
</style>