Shades of Scarlett #7F182A
Tints of Scarlett #7F182A
RGB
CMYK
RGB Variations
Color information
#7F182A (or 0x7F182A) is known color: Scarlett. HEX triplet: 7F, 18 and 2A. RGB value is (127,24,42). Sum of RGB (Red+Green+Blue) = 127+24+42=193 (25% of max value = 765). Red value is 127 (50% from 255 or 65.80% from 193); Green value is 24 (9.77% from 255 or 12.44% from 193); Blue value is 42 (16.80% from 255 or 21.76% from 193); Max value from RGB is 127 - color contains mainly: red. Hex color #7F182A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F182A is #80E7D5. Grayscale: #383838. Windows color (decimal): -8447958 or 2758783. OLE color: 2758783.
HSL color Cylindrical-coordinate representation of color #7F182A: hue angle of 349.51º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7F182A is Cyan = 0, Magento = 0.81, Yellow = 0.67 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 24 | 42 | - |
| CMYK | 0 | 0.81 | 0.67 | 0.50 |
| HSL | 349.51º | 0.68% | 0.3% | - |
| HSV(B) | 349.51º | 0.81% | 0.5% | - |
| XYZ | 9.5 | 5.33 | 2.72 | - |
| YUV | 56.85 | 119.62 | 178.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 24 | 42 | 0 | 0.81 | 0.67 | 0.50 | 349.51 | 0.68 | 0.3 |
| Hex | 7F | 18 | 2A | 0 | 51 | 43 | 32 | 15E | 44 | 1E |
| Octal | 177 | 30 | 52 | 0 | 121 | 103 | 62 | 536 | 104 | 36 |
| Binary | 1111111 | 11000 | 101010 | 0 | 1010001 | 1000011 | 110010 | 101011110 | 1000100 | 11110 |
Color Harmonies of #7F182A
Complementary color
Monochromatic Colors of #7F182A
Black with #7F182A
Text Example
Text Example
White with #7F182A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F182A; }
p { color: rgb(127,24,42); }
H1.HeaderClassName
{
color: #7F182A;
}
.AnyTagClassName
{
color: #7F182A;
}
</style>
background-color css
<style>
a { background-color: #7F182A; }
a { background-color: rgb(127,24,42); }
div.DivClassName
{
background-color: #7F182A;
}
.BgClassName
{
background-color: #7F182A;
}
</style>
border-color css
<style>
span { border-color: #7F182A; }
span { border-color: rgb(127,24,42); }
td.TdClassName
{
border-color: #7F182A;
}
.TagClassName
{
border-color: #7F182A;
}
</style>