Shades of Scarlett #7C1831
Tints of Scarlett #7C1831
RGB
CMYK
RGB Variations
Color information
#7C1831 (or 0x7C1831) is known color: Scarlett. HEX triplet: 7C, 18 and 31. RGB value is (124,24,49). Sum of RGB (Red+Green+Blue) = 124+24+49=197 (26% of max value = 765). Red value is 124 (48.83% from 255 or 62.94% from 197); Green value is 24 (9.77% from 255 or 12.18% from 197); Blue value is 49 (19.53% from 255 or 24.87% from 197); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1831 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C1831 is #83E7CE. Grayscale: #383838. Windows color (decimal): -8644559 or 3217532. OLE color: 3217532.
HSL color Cylindrical-coordinate representation of color #7C1831: hue angle of 345º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7C1831 is Cyan = 0, Magento = 0.81, Yellow = 0.60 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 24 | 49 | - |
| CMYK | 0 | 0.81 | 0.60 | 0.51 |
| HSL | 345º | 0.68% | 0.29% | - |
| HSV(B) | 345º | 0.81% | 0.49% | - |
| XYZ | 9.19 | 5.16 | 3.42 | - |
| YUV | 56.75 | 123.63 | 175.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 24 | 49 | 0 | 0.81 | 0.60 | 0.51 | 345 | 0.68 | 0.29 |
| Hex | 7C | 18 | 31 | 0 | 51 | 3C | 33 | 159 | 44 | 1D |
| Octal | 174 | 30 | 61 | 0 | 121 | 74 | 63 | 531 | 104 | 35 |
| Binary | 1111100 | 11000 | 110001 | 0 | 1010001 | 111100 | 110011 | 101011001 | 1000100 | 11101 |
Color Harmonies of #7C1831
Complementary color
Monochromatic Colors of #7C1831
Black with #7C1831
Text Example
Text Example
White with #7C1831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1831; }
p { color: rgb(124,24,49); }
H1.HeaderClassName
{
color: #7C1831;
}
.AnyTagClassName
{
color: #7C1831;
}
</style>
background-color css
<style>
a { background-color: #7C1831; }
a { background-color: rgb(124,24,49); }
div.DivClassName
{
background-color: #7C1831;
}
.BgClassName
{
background-color: #7C1831;
}
</style>
border-color css
<style>
span { border-color: #7C1831; }
span { border-color: rgb(124,24,49); }
td.TdClassName
{
border-color: #7C1831;
}
.TagClassName
{
border-color: #7C1831;
}
</style>