Shades of Scarlett #7F252C
Tints of Scarlett #7F252C
RGB
CMYK
RGB Variations
Color information
#7F252C (or 0x7F252C) is known color: Scarlett. HEX triplet: 7F, 25 and 2C. RGB value is (127,37,44). Sum of RGB (Red+Green+Blue) = 127+37+44=208 (27% of max value = 765). Red value is 127 (50% from 255 or 61.06% from 208); Green value is 37 (14.84% from 255 or 17.79% from 208); Blue value is 44 (17.58% from 255 or 21.15% from 208); Max value from RGB is 127 - color contains mainly: red. Hex color #7F252C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F252C is #80DAD3. Grayscale: #404040. Windows color (decimal): -8444628 or 2893183. OLE color: 2893183.
HSL color Cylindrical-coordinate representation of color #7F252C: hue angle of 355.33º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7F252C is Cyan = 0, Magento = 0.71, Yellow = 0.65 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 37 | 44 | - |
| CMYK | 0 | 0.71 | 0.65 | 0.50 |
| HSL | 355.33º | 0.55% | 0.32% | - |
| HSV(B) | 355.33º | 0.71% | 0.5% | - |
| XYZ | 9.87 | 6.02 | 3.02 | - |
| YUV | 64.71 | 116.32 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 37 | 44 | 0 | 0.71 | 0.65 | 0.50 | 355.33 | 0.55 | 0.32 |
| Hex | 7F | 25 | 2C | 0 | 47 | 41 | 32 | 163 | 37 | 20 |
| Octal | 177 | 45 | 54 | 0 | 107 | 101 | 62 | 543 | 67 | 40 |
| Binary | 1111111 | 100101 | 101100 | 0 | 1000111 | 1000001 | 110010 | 101100011 | 110111 | 100000 |
Color Harmonies of #7F252C
Complementary color
Monochromatic Colors of #7F252C
Black with #7F252C
Text Example
Text Example
White with #7F252C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F252C; }
p { color: rgb(127,37,44); }
H1.HeaderClassName
{
color: #7F252C;
}
.AnyTagClassName
{
color: #7F252C;
}
</style>
background-color css
<style>
a { background-color: #7F252C; }
a { background-color: rgb(127,37,44); }
div.DivClassName
{
background-color: #7F252C;
}
.BgClassName
{
background-color: #7F252C;
}
</style>
border-color css
<style>
span { border-color: #7F252C; }
span { border-color: rgb(127,37,44); }
td.TdClassName
{
border-color: #7F252C;
}
.TagClassName
{
border-color: #7F252C;
}
</style>