Shades of Scarlett #77222E
Tints of Scarlett #77222E
RGB
CMYK
RGB Variations
Color information
#77222E (or 0x77222E) is known color: Scarlett. HEX triplet: 77, 22 and 2E. RGB value is (119,34,46). Sum of RGB (Red+Green+Blue) = 119+34+46=199 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.80% from 199); Green value is 34 (13.67% from 255 or 17.09% from 199); Blue value is 46 (18.36% from 255 or 23.12% from 199); Max value from RGB is 119 - color contains mainly: red. Hex color #77222E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77222E is #88DDD1. Grayscale: #3C3C3C. Windows color (decimal): -8969682 or 3023479. OLE color: 3023479.
HSL color Cylindrical-coordinate representation of color #77222E: hue angle of 351.53º degrees, saturation: 0.56, 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 #77222E is Cyan = 0, Magento = 0.71, Yellow = 0.61 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 34 | 46 | - |
| CMYK | 0 | 0.71 | 0.61 | 0.53 |
| HSL | 351.53º | 0.56% | 0.3% | - |
| HSV(B) | 351.53º | 0.71% | 0.47% | - |
| XYZ | 8.67 | 5.26 | 3.14 | - |
| YUV | 60.78 | 119.66 | 169.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 34 | 46 | 0 | 0.71 | 0.61 | 0.53 | 351.53 | 0.56 | 0.3 |
| Hex | 77 | 22 | 2E | 0 | 47 | 3D | 35 | 160 | 38 | 1E |
| Octal | 167 | 42 | 56 | 0 | 107 | 75 | 65 | 540 | 70 | 36 |
| Binary | 1110111 | 100010 | 101110 | 0 | 1000111 | 111101 | 110101 | 101100000 | 111000 | 11110 |
Color Harmonies of #77222E
Complementary color
Monochromatic Colors of #77222E
Black with #77222E
Text Example
Text Example
White with #77222E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77222E; }
p { color: rgb(119,34,46); }
H1.HeaderClassName
{
color: #77222E;
}
.AnyTagClassName
{
color: #77222E;
}
</style>
background-color css
<style>
a { background-color: #77222E; }
a { background-color: rgb(119,34,46); }
div.DivClassName
{
background-color: #77222E;
}
.BgClassName
{
background-color: #77222E;
}
</style>
border-color css
<style>
span { border-color: #77222E; }
span { border-color: rgb(119,34,46); }
td.TdClassName
{
border-color: #77222E;
}
.TagClassName
{
border-color: #77222E;
}
</style>