Shades of Scarlett #7F2136
Tints of Scarlett #7F2136
RGB
CMYK
RGB Variations
Color information
#7F2136 (or 0x7F2136) is known color: Scarlett. HEX triplet: 7F, 21 and 36. RGB value is (127,33,54). Sum of RGB (Red+Green+Blue) = 127+33+54=214 (28% of max value = 765). Red value is 127 (50% from 255 or 59.35% from 214); Green value is 33 (13.28% from 255 or 15.42% from 214); Blue value is 54 (21.48% from 255 or 25.23% from 214); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2136 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F2136 is #80DEC9. Grayscale: #3F3F3F. Windows color (decimal): -8445642 or 3547519. OLE color: 3547519.
HSL color Cylindrical-coordinate representation of color #7F2136: hue angle of 346.6º 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 #7F2136 is Cyan = 0, Magento = 0.74, Yellow = 0.57 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 33 | 54 | - |
| CMYK | 0 | 0.74 | 0.57 | 0.50 |
| HSL | 346.6º | 0.59% | 0.31% | - |
| HSV(B) | 346.6º | 0.74% | 0.5% | - |
| XYZ | 9.96 | 5.87 | 4.1 | - |
| YUV | 63.5 | 122.64 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 33 | 54 | 0 | 0.74 | 0.57 | 0.50 | 346.6 | 0.59 | 0.31 |
| Hex | 7F | 21 | 36 | 0 | 4A | 39 | 32 | 15B | 3B | 1F |
| Octal | 177 | 41 | 66 | 0 | 112 | 71 | 62 | 533 | 73 | 37 |
| Binary | 1111111 | 100001 | 110110 | 0 | 1001010 | 111001 | 110010 | 101011011 | 111011 | 11111 |
Color Harmonies of #7F2136
Complementary color
Monochromatic Colors of #7F2136
Black with #7F2136
Text Example
Text Example
White with #7F2136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2136; }
p { color: rgb(127,33,54); }
H1.HeaderClassName
{
color: #7F2136;
}
.AnyTagClassName
{
color: #7F2136;
}
</style>
background-color css
<style>
a { background-color: #7F2136; }
a { background-color: rgb(127,33,54); }
div.DivClassName
{
background-color: #7F2136;
}
.BgClassName
{
background-color: #7F2136;
}
</style>
border-color css
<style>
span { border-color: #7F2136; }
span { border-color: rgb(127,33,54); }
td.TdClassName
{
border-color: #7F2136;
}
.TagClassName
{
border-color: #7F2136;
}
</style>