Shades of Scarlett #7C1630
Tints of Scarlett #7C1630
RGB
CMYK
RGB Variations
Color information
#7C1630 (or 0x7C1630) is known color: Scarlett. HEX triplet: 7C, 16 and 30. RGB value is (124,22,48). Sum of RGB (Red+Green+Blue) = 124+22+48=194 (25% of max value = 765). Red value is 124 (48.83% from 255 or 63.92% from 194); Green value is 22 (8.98% from 255 or 11.34% from 194); Blue value is 48 (19.14% from 255 or 24.74% from 194); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1630 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C1630 is #83E9CF. Grayscale: #373737. Windows color (decimal): -8645072 or 3151484. OLE color: 3151484.
HSL color Cylindrical-coordinate representation of color #7C1630: hue angle of 344.71º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7C1630 is Cyan = 0, Magento = 0.82, Yellow = 0.61 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 22 | 48 | - |
| CMYK | 0 | 0.82 | 0.61 | 0.51 |
| HSL | 344.71º | 0.7% | 0.29% | - |
| HSV(B) | 344.71º | 0.82% | 0.49% | - |
| XYZ | 9.13 | 5.07 | 3.29 | - |
| YUV | 55.46 | 123.79 | 176.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 22 | 48 | 0 | 0.82 | 0.61 | 0.51 | 344.71 | 0.7 | 0.29 |
| Hex | 7C | 16 | 30 | 0 | 52 | 3D | 33 | 159 | 46 | 1D |
| Octal | 174 | 26 | 60 | 0 | 122 | 75 | 63 | 531 | 106 | 35 |
| Binary | 1111100 | 10110 | 110000 | 0 | 1010010 | 111101 | 110011 | 101011001 | 1000110 | 11101 |
Color Harmonies of #7C1630
Complementary color
Monochromatic Colors of #7C1630
Black with #7C1630
Text Example
Text Example
White with #7C1630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1630; }
p { color: rgb(124,22,48); }
H1.HeaderClassName
{
color: #7C1630;
}
.AnyTagClassName
{
color: #7C1630;
}
</style>
background-color css
<style>
a { background-color: #7C1630; }
a { background-color: rgb(124,22,48); }
div.DivClassName
{
background-color: #7C1630;
}
.BgClassName
{
background-color: #7C1630;
}
</style>
border-color css
<style>
span { border-color: #7C1630; }
span { border-color: rgb(124,22,48); }
td.TdClassName
{
border-color: #7C1630;
}
.TagClassName
{
border-color: #7C1630;
}
</style>