Shades of Scarlett #7F2533
Tints of Scarlett #7F2533
RGB
CMYK
RGB Variations
Color information
#7F2533 (or 0x7F2533) is known color: Scarlett. HEX triplet: 7F, 25 and 33. RGB value is (127,37,51). Sum of RGB (Red+Green+Blue) = 127+37+51=215 (28% of max value = 765). Red value is 127 (50% from 255 or 59.07% from 215); Green value is 37 (14.84% from 255 or 17.21% from 215); Blue value is 51 (20.31% from 255 or 23.72% from 215); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2533 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F2533 is #80DACC. Grayscale: #414141. Windows color (decimal): -8444621 or 3351935. OLE color: 3351935.
HSL color Cylindrical-coordinate representation of color #7F2533: hue angle of 350.67º 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 #7F2533 is Cyan = 0, Magento = 0.71, Yellow = 0.60 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 37 | 51 | - |
| CMYK | 0 | 0.71 | 0.60 | 0.50 |
| HSL | 350.67º | 0.55% | 0.32% | - |
| HSV(B) | 350.67º | 0.71% | 0.5% | - |
| XYZ | 10.01 | 6.07 | 3.78 | - |
| YUV | 65.51 | 119.82 | 171.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 37 | 51 | 0 | 0.71 | 0.60 | 0.50 | 350.67 | 0.55 | 0.32 |
| Hex | 7F | 25 | 33 | 0 | 47 | 3C | 32 | 15F | 37 | 20 |
| Octal | 177 | 45 | 63 | 0 | 107 | 74 | 62 | 537 | 67 | 40 |
| Binary | 1111111 | 100101 | 110011 | 0 | 1000111 | 111100 | 110010 | 101011111 | 110111 | 100000 |
Color Harmonies of #7F2533
Complementary color
Monochromatic Colors of #7F2533
Black with #7F2533
Text Example
Text Example
White with #7F2533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2533; }
p { color: rgb(127,37,51); }
H1.HeaderClassName
{
color: #7F2533;
}
.AnyTagClassName
{
color: #7F2533;
}
</style>
background-color css
<style>
a { background-color: #7F2533; }
a { background-color: rgb(127,37,51); }
div.DivClassName
{
background-color: #7F2533;
}
.BgClassName
{
background-color: #7F2533;
}
</style>
border-color css
<style>
span { border-color: #7F2533; }
span { border-color: rgb(127,37,51); }
td.TdClassName
{
border-color: #7F2533;
}
.TagClassName
{
border-color: #7F2533;
}
</style>