Shades of Scarlett #7F212A
Tints of Scarlett #7F212A
RGB
CMYK
RGB Variations
Color information
#7F212A (or 0x7F212A) is known color: Scarlett. HEX triplet: 7F, 21 and 2A. RGB value is (127,33,42). Sum of RGB (Red+Green+Blue) = 127+33+42=202 (26% of max value = 765). Red value is 127 (50% from 255 or 62.87% from 202); Green value is 33 (13.28% from 255 or 16.34% from 202); Blue value is 42 (16.80% from 255 or 20.79% from 202); Max value from RGB is 127 - color contains mainly: red. Hex color #7F212A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F212A is #80DED5. Grayscale: #3E3E3E. Windows color (decimal): -8445654 or 2761087. OLE color: 2761087.
HSL color Cylindrical-coordinate representation of color #7F212A: hue angle of 354.26º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7F212A is Cyan = 0, Magento = 0.74, Yellow = 0.67 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 33 | 42 | - |
| CMYK | 0 | 0.74 | 0.67 | 0.50 |
| HSL | 354.26º | 0.59% | 0.31% | - |
| HSV(B) | 354.26º | 0.74% | 0.5% | - |
| XYZ | 9.71 | 5.77 | 2.79 | - |
| YUV | 62.13 | 116.64 | 174.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 33 | 42 | 0 | 0.74 | 0.67 | 0.50 | 354.26 | 0.59 | 0.31 |
| Hex | 7F | 21 | 2A | 0 | 4A | 43 | 32 | 162 | 3B | 1F |
| Octal | 177 | 41 | 52 | 0 | 112 | 103 | 62 | 542 | 73 | 37 |
| Binary | 1111111 | 100001 | 101010 | 0 | 1001010 | 1000011 | 110010 | 101100010 | 111011 | 11111 |
Color Harmonies of #7F212A
Complementary color
Monochromatic Colors of #7F212A
Black with #7F212A
Text Example
Text Example
White with #7F212A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F212A; }
p { color: rgb(127,33,42); }
H1.HeaderClassName
{
color: #7F212A;
}
.AnyTagClassName
{
color: #7F212A;
}
</style>
background-color css
<style>
a { background-color: #7F212A; }
a { background-color: rgb(127,33,42); }
div.DivClassName
{
background-color: #7F212A;
}
.BgClassName
{
background-color: #7F212A;
}
</style>
border-color css
<style>
span { border-color: #7F212A; }
span { border-color: rgb(127,33,42); }
td.TdClassName
{
border-color: #7F212A;
}
.TagClassName
{
border-color: #7F212A;
}
</style>