Shades of Scarlett #7F182B
Tints of Scarlett #7F182B
RGB
CMYK
RGB Variations
Color information
#7F182B (or 0x7F182B) is known color: Scarlett. HEX triplet: 7F, 18 and 2B. RGB value is (127,24,43). Sum of RGB (Red+Green+Blue) = 127+24+43=194 (25% of max value = 765). Red value is 127 (50% from 255 or 65.46% from 194); Green value is 24 (9.77% from 255 or 12.37% from 194); Blue value is 43 (17.19% from 255 or 22.16% from 194); Max value from RGB is 127 - color contains mainly: red. Hex color #7F182B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F182B is #80E7D4. Grayscale: #383838. Windows color (decimal): -8447957 or 2824319. OLE color: 2824319.
HSL color Cylindrical-coordinate representation of color #7F182B: hue angle of 348.93º 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 #7F182B is Cyan = 0, Magento = 0.81, Yellow = 0.66 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 24 | 43 | - |
| CMYK | 0 | 0.81 | 0.66 | 0.50 |
| HSL | 348.93º | 0.68% | 0.3% | - |
| HSV(B) | 348.93º | 0.81% | 0.5% | - |
| XYZ | 9.52 | 5.34 | 2.81 | - |
| YUV | 56.96 | 120.12 | 177.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 24 | 43 | 0 | 0.81 | 0.66 | 0.50 | 348.93 | 0.68 | 0.3 |
| Hex | 7F | 18 | 2B | 0 | 51 | 42 | 32 | 15D | 44 | 1E |
| Octal | 177 | 30 | 53 | 0 | 121 | 102 | 62 | 535 | 104 | 36 |
| Binary | 1111111 | 11000 | 101011 | 0 | 1010001 | 1000010 | 110010 | 101011101 | 1000100 | 11110 |
Color Harmonies of #7F182B
Complementary color
Monochromatic Colors of #7F182B
Black with #7F182B
Text Example
Text Example
White with #7F182B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F182B; }
p { color: rgb(127,24,43); }
H1.HeaderClassName
{
color: #7F182B;
}
.AnyTagClassName
{
color: #7F182B;
}
</style>
background-color css
<style>
a { background-color: #7F182B; }
a { background-color: rgb(127,24,43); }
div.DivClassName
{
background-color: #7F182B;
}
.BgClassName
{
background-color: #7F182B;
}
</style>
border-color css
<style>
span { border-color: #7F182B; }
span { border-color: rgb(127,24,43); }
td.TdClassName
{
border-color: #7F182B;
}
.TagClassName
{
border-color: #7F182B;
}
</style>