Shades of Scarlett #7F152D
Tints of Scarlett #7F152D
RGB
CMYK
RGB Variations
Color information
#7F152D (or 0x7F152D) is known color: Scarlett. HEX triplet: 7F, 15 and 2D. RGB value is (127,21,45). Sum of RGB (Red+Green+Blue) = 127+21+45=193 (25% of max value = 765). Red value is 127 (50% from 255 or 65.80% from 193); Green value is 21 (8.59% from 255 or 10.88% from 193); Blue value is 45 (17.97% from 255 or 23.32% from 193); Max value from RGB is 127 - color contains mainly: red. Hex color #7F152D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F152D is #80EAD2. Grayscale: #373737. Windows color (decimal): -8448723 or 2954623. OLE color: 2954623.
HSL color Cylindrical-coordinate representation of color #7F152D: hue angle of 346.42º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7F152D is Cyan = 0, Magento = 0.83, Yellow = 0.65 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 21 | 45 | - |
| CMYK | 0 | 0.83 | 0.65 | 0.50 |
| HSL | 346.42º | 0.72% | 0.29% | - |
| HSV(B) | 346.42º | 0.83% | 0.5% | - |
| XYZ | 9.49 | 5.24 | 2.99 | - |
| YUV | 55.43 | 122.12 | 179.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 21 | 45 | 0 | 0.83 | 0.65 | 0.50 | 346.42 | 0.72 | 0.29 |
| Hex | 7F | 15 | 2D | 0 | 53 | 41 | 32 | 15A | 48 | 1D |
| Octal | 177 | 25 | 55 | 0 | 123 | 101 | 62 | 532 | 110 | 35 |
| Binary | 1111111 | 10101 | 101101 | 0 | 1010011 | 1000001 | 110010 | 101011010 | 1001000 | 11101 |
Color Harmonies of #7F152D
Complementary color
Monochromatic Colors of #7F152D
Black with #7F152D
Text Example
Text Example
White with #7F152D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F152D; }
p { color: rgb(127,21,45); }
H1.HeaderClassName
{
color: #7F152D;
}
.AnyTagClassName
{
color: #7F152D;
}
</style>
background-color css
<style>
a { background-color: #7F152D; }
a { background-color: rgb(127,21,45); }
div.DivClassName
{
background-color: #7F152D;
}
.BgClassName
{
background-color: #7F152D;
}
</style>
border-color css
<style>
span { border-color: #7F152D; }
span { border-color: rgb(127,21,45); }
td.TdClassName
{
border-color: #7F152D;
}
.TagClassName
{
border-color: #7F152D;
}
</style>