Shades of Scarlett #77202E
Tints of Scarlett #77202E
RGB
CMYK
RGB Variations
Color information
#77202E (or 0x77202E) is known color: Scarlett. HEX triplet: 77, 20 and 2E. RGB value is (119,32,46). Sum of RGB (Red+Green+Blue) = 119+32+46=197 (26% of max value = 765). Red value is 119 (46.88% from 255 or 60.41% from 197); Green value is 32 (12.89% from 255 or 16.24% from 197); Blue value is 46 (18.36% from 255 or 23.35% from 197); Max value from RGB is 119 - color contains mainly: red. Hex color #77202E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77202E is #88DFD1. Grayscale: #3B3B3B. Windows color (decimal): -8970194 or 3022967. OLE color: 3022967.
HSL color Cylindrical-coordinate representation of color #77202E: hue angle of 350.34º 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 #77202E is Cyan = 0, Magento = 0.73, Yellow = 0.61 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 32 | 46 | - |
| CMYK | 0 | 0.73 | 0.61 | 0.53 |
| HSL | 350.34º | 0.58% | 0.3% | - |
| HSV(B) | 350.34º | 0.73% | 0.47% | - |
| XYZ | 8.62 | 5.15 | 3.13 | - |
| YUV | 59.61 | 120.32 | 170.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 32 | 46 | 0 | 0.73 | 0.61 | 0.53 | 350.34 | 0.58 | 0.3 |
| Hex | 77 | 20 | 2E | 0 | 49 | 3D | 35 | 15E | 3A | 1E |
| Octal | 167 | 40 | 56 | 0 | 111 | 75 | 65 | 536 | 72 | 36 |
| Binary | 1110111 | 100000 | 101110 | 0 | 1001001 | 111101 | 110101 | 101011110 | 111010 | 11110 |
Color Harmonies of #77202E
Complementary color
Monochromatic Colors of #77202E
Black with #77202E
Text Example
Text Example
White with #77202E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77202E; }
p { color: rgb(119,32,46); }
H1.HeaderClassName
{
color: #77202E;
}
.AnyTagClassName
{
color: #77202E;
}
</style>
background-color css
<style>
a { background-color: #77202E; }
a { background-color: rgb(119,32,46); }
div.DivClassName
{
background-color: #77202E;
}
.BgClassName
{
background-color: #77202E;
}
</style>
border-color css
<style>
span { border-color: #77202E; }
span { border-color: rgb(119,32,46); }
td.TdClassName
{
border-color: #77202E;
}
.TagClassName
{
border-color: #77202E;
}
</style>