Shades of Scarlett #7C1B2B
Tints of Scarlett #7C1B2B
RGB
CMYK
RGB Variations
Color information
#7C1B2B (or 0x7C1B2B) is known color: Scarlett. HEX triplet: 7C, 1B and 2B. RGB value is (124,27,43). Sum of RGB (Red+Green+Blue) = 124+27+43=194 (25% of max value = 765). Red value is 124 (48.83% from 255 or 63.92% from 194); Green value is 27 (10.94% from 255 or 13.92% from 194); Blue value is 43 (17.19% from 255 or 22.16% from 194); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1B2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C1B2B is #83E4D4. Grayscale: #393939. Windows color (decimal): -8643797 or 2825084. OLE color: 2825084.
HSL color Cylindrical-coordinate representation of color #7C1B2B: hue angle of 350.1º degrees, saturation: 0.64, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7C1B2B is Cyan = 0, Magento = 0.78, Yellow = 0.65 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 27 | 43 | - |
| CMYK | 0 | 0.78 | 0.65 | 0.51 |
| HSL | 350.1º | 0.64% | 0.3% | - |
| HSV(B) | 350.1º | 0.78% | 0.49% | - |
| XYZ | 9.14 | 5.24 | 2.82 | - |
| YUV | 57.83 | 119.64 | 175.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 27 | 43 | 0 | 0.78 | 0.65 | 0.51 | 350.1 | 0.64 | 0.3 |
| Hex | 7C | 1B | 2B | 0 | 4E | 41 | 33 | 15E | 40 | 1E |
| Octal | 174 | 33 | 53 | 0 | 116 | 101 | 63 | 536 | 100 | 36 |
| Binary | 1111100 | 11011 | 101011 | 0 | 1001110 | 1000001 | 110011 | 101011110 | 1000000 | 11110 |
Color Harmonies of #7C1B2B
Complementary color
Monochromatic Colors of #7C1B2B
Black with #7C1B2B
Text Example
Text Example
White with #7C1B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1B2B; }
p { color: rgb(124,27,43); }
H1.HeaderClassName
{
color: #7C1B2B;
}
.AnyTagClassName
{
color: #7C1B2B;
}
</style>
background-color css
<style>
a { background-color: #7C1B2B; }
a { background-color: rgb(124,27,43); }
div.DivClassName
{
background-color: #7C1B2B;
}
.BgClassName
{
background-color: #7C1B2B;
}
</style>
border-color css
<style>
span { border-color: #7C1B2B; }
span { border-color: rgb(124,27,43); }
td.TdClassName
{
border-color: #7C1B2B;
}
.TagClassName
{
border-color: #7C1B2B;
}
</style>