Shades of Scarlett #7F242F
Tints of Scarlett #7F242F
RGB
CMYK
RGB Variations
Color information
#7F242F (or 0x7F242F) is known color: Scarlett. HEX triplet: 7F, 24 and 2F. RGB value is (127,36,47). Sum of RGB (Red+Green+Blue) = 127+36+47=210 (27% of max value = 765). Red value is 127 (50% from 255 or 60.48% from 210); Green value is 36 (14.45% from 255 or 17.14% from 210); Blue value is 47 (18.75% from 255 or 22.38% from 210); Max value from RGB is 127 - color contains mainly: red. Hex color #7F242F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F242F is #80DBD0. Grayscale: #404040. Windows color (decimal): -8444881 or 3089535. OLE color: 3089535.
HSL color Cylindrical-coordinate representation of color #7F242F: hue angle of 352.75º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7F242F is Cyan = 0, Magento = 0.72, Yellow = 0.63 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 36 | 47 | - |
| CMYK | 0 | 0.72 | 0.63 | 0.50 |
| HSL | 352.75º | 0.56% | 0.32% | - |
| HSV(B) | 352.75º | 0.72% | 0.5% | - |
| XYZ | 9.9 | 5.98 | 3.32 | - |
| YUV | 64.46 | 118.15 | 172.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 36 | 47 | 0 | 0.72 | 0.63 | 0.50 | 352.75 | 0.56 | 0.32 |
| Hex | 7F | 24 | 2F | 0 | 48 | 3F | 32 | 161 | 38 | 20 |
| Octal | 177 | 44 | 57 | 0 | 110 | 77 | 62 | 541 | 70 | 40 |
| Binary | 1111111 | 100100 | 101111 | 0 | 1001000 | 111111 | 110010 | 101100001 | 111000 | 100000 |
Color Harmonies of #7F242F
Complementary color
Monochromatic Colors of #7F242F
Black with #7F242F
Text Example
Text Example
White with #7F242F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F242F; }
p { color: rgb(127,36,47); }
H1.HeaderClassName
{
color: #7F242F;
}
.AnyTagClassName
{
color: #7F242F;
}
</style>
background-color css
<style>
a { background-color: #7F242F; }
a { background-color: rgb(127,36,47); }
div.DivClassName
{
background-color: #7F242F;
}
.BgClassName
{
background-color: #7F242F;
}
</style>
border-color css
<style>
span { border-color: #7F242F; }
span { border-color: rgb(127,36,47); }
td.TdClassName
{
border-color: #7F242F;
}
.TagClassName
{
border-color: #7F242F;
}
</style>