Shades of Scarlett #77212D
Tints of Scarlett #77212D
RGB
CMYK
RGB Variations
Color information
#77212D (or 0x77212D) is known color: Scarlett. HEX triplet: 77, 21 and 2D. RGB value is (119,33,45). Sum of RGB (Red+Green+Blue) = 119+33+45=197 (26% of max value = 765). Red value is 119 (46.88% from 255 or 60.41% from 197); Green value is 33 (13.28% from 255 or 16.75% from 197); Blue value is 45 (17.97% from 255 or 22.84% from 197); Max value from RGB is 119 - color contains mainly: red. Hex color #77212D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77212D is #88DED2. Grayscale: #3C3C3C. Windows color (decimal): -8969939 or 2957687. OLE color: 2957687.
HSL color Cylindrical-coordinate representation of color #77212D: hue angle of 351.63º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #77212D is Cyan = 0, Magento = 0.72, Yellow = 0.62 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 33 | 45 | - |
| CMYK | 0 | 0.72 | 0.62 | 0.53 |
| HSL | 351.63º | 0.57% | 0.3% | - |
| HSV(B) | 351.63º | 0.72% | 0.47% | - |
| XYZ | 8.63 | 5.2 | 3.03 | - |
| YUV | 60.08 | 119.49 | 170.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 33 | 45 | 0 | 0.72 | 0.62 | 0.53 | 351.63 | 0.57 | 0.3 |
| Hex | 77 | 21 | 2D | 0 | 48 | 3E | 35 | 160 | 39 | 1E |
| Octal | 167 | 41 | 55 | 0 | 110 | 76 | 65 | 540 | 71 | 36 |
| Binary | 1110111 | 100001 | 101101 | 0 | 1001000 | 111110 | 110101 | 101100000 | 111001 | 11110 |
Color Harmonies of #77212D
Complementary color
Monochromatic Colors of #77212D
Black with #77212D
Text Example
Text Example
White with #77212D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77212D; }
p { color: rgb(119,33,45); }
H1.HeaderClassName
{
color: #77212D;
}
.AnyTagClassName
{
color: #77212D;
}
</style>
background-color css
<style>
a { background-color: #77212D; }
a { background-color: rgb(119,33,45); }
div.DivClassName
{
background-color: #77212D;
}
.BgClassName
{
background-color: #77212D;
}
</style>
border-color css
<style>
span { border-color: #77212D; }
span { border-color: rgb(119,33,45); }
td.TdClassName
{
border-color: #77212D;
}
.TagClassName
{
border-color: #77212D;
}
</style>