Shades of Scarlett #7F2029
Tints of Scarlett #7F2029
RGB
CMYK
RGB Variations
Color information
#7F2029 (or 0x7F2029) is known color: Scarlett. HEX triplet: 7F, 20 and 29. RGB value is (127,32,41). Sum of RGB (Red+Green+Blue) = 127+32+41=200 (26% of max value = 765). Red value is 127 (50% from 255 or 63.5% from 200); Green value is 32 (12.89% from 255 or 16% from 200); Blue value is 41 (16.41% from 255 or 20.5% from 200); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2029 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F2029 is #80DFD6. Grayscale: #3D3D3D. Windows color (decimal): -8445911 or 2695295. OLE color: 2695295.
HSL color Cylindrical-coordinate representation of color #7F2029: hue angle of 354.32º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7F2029 is Cyan = 0, Magento = 0.75, Yellow = 0.68 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 32 | 41 | - |
| CMYK | 0 | 0.75 | 0.68 | 0.50 |
| HSL | 354.32º | 0.6% | 0.31% | - |
| HSV(B) | 354.32º | 0.75% | 0.5% | - |
| XYZ | 9.67 | 5.71 | 2.69 | - |
| YUV | 61.43 | 116.47 | 174.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 32 | 41 | 0 | 0.75 | 0.68 | 0.50 | 354.32 | 0.6 | 0.31 |
| Hex | 7F | 20 | 29 | 0 | 4B | 44 | 32 | 162 | 3C | 1F |
| Octal | 177 | 40 | 51 | 0 | 113 | 104 | 62 | 542 | 74 | 37 |
| Binary | 1111111 | 100000 | 101001 | 0 | 1001011 | 1000100 | 110010 | 101100010 | 111100 | 11111 |
Color Harmonies of #7F2029
Complementary color
Monochromatic Colors of #7F2029
Black with #7F2029
Text Example
Text Example
White with #7F2029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2029; }
p { color: rgb(127,32,41); }
H1.HeaderClassName
{
color: #7F2029;
}
.AnyTagClassName
{
color: #7F2029;
}
</style>
background-color css
<style>
a { background-color: #7F2029; }
a { background-color: rgb(127,32,41); }
div.DivClassName
{
background-color: #7F2029;
}
.BgClassName
{
background-color: #7F2029;
}
</style>
border-color css
<style>
span { border-color: #7F2029; }
span { border-color: rgb(127,32,41); }
td.TdClassName
{
border-color: #7F2029;
}
.TagClassName
{
border-color: #7F2029;
}
</style>