Shades of Scarlett #772131
Tints of Scarlett #772131
RGB
CMYK
RGB Variations
Color information
#772131 (or 0x772131) is known color: Scarlett. HEX triplet: 77, 21 and 31. RGB value is (119,33,49). Sum of RGB (Red+Green+Blue) = 119+33+49=201 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.20% from 201); Green value is 33 (13.28% from 255 or 16.42% from 201); Blue value is 49 (19.53% from 255 or 24.38% from 201); Max value from RGB is 119 - color contains mainly: red. Hex color #772131 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772131 is #88DECE. Grayscale: #3C3C3C. Windows color (decimal): -8969935 or 3219831. OLE color: 3219831.
HSL color Cylindrical-coordinate representation of color #772131: hue angle of 348.84º 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 #772131 is Cyan = 0, Magento = 0.72, Yellow = 0.59 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 33 | 49 | - |
| CMYK | 0 | 0.72 | 0.59 | 0.53 |
| HSL | 348.84º | 0.57% | 0.3% | - |
| HSV(B) | 348.84º | 0.72% | 0.47% | - |
| XYZ | 8.71 | 5.23 | 3.46 | - |
| YUV | 60.54 | 121.49 | 169.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 33 | 49 | 0 | 0.72 | 0.59 | 0.53 | 348.84 | 0.57 | 0.3 |
| Hex | 77 | 21 | 31 | 0 | 48 | 3B | 35 | 15D | 39 | 1E |
| Octal | 167 | 41 | 61 | 0 | 110 | 73 | 65 | 535 | 71 | 36 |
| Binary | 1110111 | 100001 | 110001 | 0 | 1001000 | 111011 | 110101 | 101011101 | 111001 | 11110 |
Color Harmonies of #772131
Complementary color
Monochromatic Colors of #772131
Black with #772131
Text Example
Text Example
White with #772131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772131; }
p { color: rgb(119,33,49); }
H1.HeaderClassName
{
color: #772131;
}
.AnyTagClassName
{
color: #772131;
}
</style>
background-color css
<style>
a { background-color: #772131; }
a { background-color: rgb(119,33,49); }
div.DivClassName
{
background-color: #772131;
}
.BgClassName
{
background-color: #772131;
}
</style>
border-color css
<style>
span { border-color: #772131; }
span { border-color: rgb(119,33,49); }
td.TdClassName
{
border-color: #772131;
}
.TagClassName
{
border-color: #772131;
}
</style>