Shades of Scarlett #7C1A2A
Tints of Scarlett #7C1A2A
RGB
CMYK
RGB Variations
Color information
#7C1A2A (or 0x7C1A2A) is known color: Scarlett. HEX triplet: 7C, 1A and 2A. RGB value is (124,26,42). Sum of RGB (Red+Green+Blue) = 124+26+42=192 (25% of max value = 765). Red value is 124 (48.83% from 255 or 64.58% from 192); Green value is 26 (10.55% from 255 or 13.54% from 192); Blue value is 42 (16.80% from 255 or 21.88% from 192); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1A2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C1A2A is #83E5D5. Grayscale: #393939. Windows color (decimal): -8644054 or 2759292. OLE color: 2759292.
HSL color Cylindrical-coordinate representation of color #7C1A2A: hue angle of 350.2º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7C1A2A is Cyan = 0, Magento = 0.79, Yellow = 0.66 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 26 | 42 | - |
| CMYK | 0 | 0.79 | 0.66 | 0.51 |
| HSL | 350.2º | 0.65% | 0.29% | - |
| HSV(B) | 350.2º | 0.79% | 0.49% | - |
| XYZ | 9.1 | 5.19 | 2.71 | - |
| YUV | 57.13 | 119.47 | 175.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 26 | 42 | 0 | 0.79 | 0.66 | 0.51 | 350.2 | 0.65 | 0.29 |
| Hex | 7C | 1A | 2A | 0 | 4F | 42 | 33 | 15E | 41 | 1D |
| Octal | 174 | 32 | 52 | 0 | 117 | 102 | 63 | 536 | 101 | 35 |
| Binary | 1111100 | 11010 | 101010 | 0 | 1001111 | 1000010 | 110011 | 101011110 | 1000001 | 11101 |
Color Harmonies of #7C1A2A
Complementary color
Monochromatic Colors of #7C1A2A
Black with #7C1A2A
Text Example
Text Example
White with #7C1A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1A2A; }
p { color: rgb(124,26,42); }
H1.HeaderClassName
{
color: #7C1A2A;
}
.AnyTagClassName
{
color: #7C1A2A;
}
</style>
background-color css
<style>
a { background-color: #7C1A2A; }
a { background-color: rgb(124,26,42); }
div.DivClassName
{
background-color: #7C1A2A;
}
.BgClassName
{
background-color: #7C1A2A;
}
</style>
border-color css
<style>
span { border-color: #7C1A2A; }
span { border-color: rgb(124,26,42); }
td.TdClassName
{
border-color: #7C1A2A;
}
.TagClassName
{
border-color: #7C1A2A;
}
</style>