Shades of Scarlett #77222D
Tints of Scarlett #77222D
RGB
CMYK
RGB Variations
Color information
#77222D (or 0x77222D) is known color: Scarlett. HEX triplet: 77, 22 and 2D. RGB value is (119,34,45). Sum of RGB (Red+Green+Blue) = 119+34+45=198 (26% of max value = 765). Red value is 119 (46.88% from 255 or 60.10% from 198); Green value is 34 (13.67% from 255 or 17.17% from 198); Blue value is 45 (17.97% from 255 or 22.73% from 198); Max value from RGB is 119 - color contains mainly: red. Hex color #77222D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77222D is #88DDD2. Grayscale: #3C3C3C. Windows color (decimal): -8969683 or 2957943. OLE color: 2957943.
HSL color Cylindrical-coordinate representation of color #77222D: hue angle of 352.24º 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 #77222D is Cyan = 0, Magento = 0.71, Yellow = 0.62 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 34 | 45 | - |
| CMYK | 0 | 0.71 | 0.62 | 0.53 |
| HSL | 352.24º | 0.56% | 0.3% | - |
| HSV(B) | 352.24º | 0.71% | 0.47% | - |
| XYZ | 8.65 | 5.26 | 3.04 | - |
| YUV | 60.67 | 119.16 | 169.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 34 | 45 | 0 | 0.71 | 0.62 | 0.53 | 352.24 | 0.56 | 0.3 |
| Hex | 77 | 22 | 2D | 0 | 47 | 3E | 35 | 160 | 38 | 1E |
| Octal | 167 | 42 | 55 | 0 | 107 | 76 | 65 | 540 | 70 | 36 |
| Binary | 1110111 | 100010 | 101101 | 0 | 1000111 | 111110 | 110101 | 101100000 | 111000 | 11110 |
Color Harmonies of #77222D
Complementary color
Monochromatic Colors of #77222D
Black with #77222D
Text Example
Text Example
White with #77222D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77222D; }
p { color: rgb(119,34,45); }
H1.HeaderClassName
{
color: #77222D;
}
.AnyTagClassName
{
color: #77222D;
}
</style>
background-color css
<style>
a { background-color: #77222D; }
a { background-color: rgb(119,34,45); }
div.DivClassName
{
background-color: #77222D;
}
.BgClassName
{
background-color: #77222D;
}
</style>
border-color css
<style>
span { border-color: #77222D; }
span { border-color: rgb(119,34,45); }
td.TdClassName
{
border-color: #77222D;
}
.TagClassName
{
border-color: #77222D;
}
</style>