Shades of Scarlett #7C2629
Tints of Scarlett #7C2629
RGB
CMYK
RGB Variations
Color information
#7C2629 (or 0x7C2629) is known color: Scarlett. HEX triplet: 7C, 26 and 29. RGB value is (124,38,41). Sum of RGB (Red+Green+Blue) = 124+38+41=203 (26% of max value = 765). Red value is 124 (48.83% from 255 or 61.08% from 203); Green value is 38 (15.23% from 255 or 18.72% from 203); Blue value is 41 (16.41% from 255 or 20.20% from 203); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2629 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C2629 is #83D9D6. Grayscale: #404040. Windows color (decimal): -8640983 or 2696828. OLE color: 2696828.
HSL color Cylindrical-coordinate representation of color #7C2629: hue angle of 357.91º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7C2629 is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 38 | 41 | - |
| CMYK | 0 | 0.69 | 0.67 | 0.51 |
| HSL | 357.91º | 0.53% | 0.32% | - |
| HSV(B) | 357.91º | 0.69% | 0.49% | - |
| XYZ | 9.41 | 5.83 | 2.73 | - |
| YUV | 64.06 | 114.99 | 170.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 38 | 41 | 0 | 0.69 | 0.67 | 0.51 | 357.91 | 0.53 | 0.32 |
| Hex | 7C | 26 | 29 | 0 | 45 | 43 | 33 | 166 | 35 | 20 |
| Octal | 174 | 46 | 51 | 0 | 105 | 103 | 63 | 546 | 65 | 40 |
| Binary | 1111100 | 100110 | 101001 | 0 | 1000101 | 1000011 | 110011 | 101100110 | 110101 | 100000 |
Color Harmonies of #7C2629
Complementary color
Monochromatic Colors of #7C2629
Black with #7C2629
Text Example
Text Example
White with #7C2629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2629; }
p { color: rgb(124,38,41); }
H1.HeaderClassName
{
color: #7C2629;
}
.AnyTagClassName
{
color: #7C2629;
}
</style>
background-color css
<style>
a { background-color: #7C2629; }
a { background-color: rgb(124,38,41); }
div.DivClassName
{
background-color: #7C2629;
}
.BgClassName
{
background-color: #7C2629;
}
</style>
border-color css
<style>
span { border-color: #7C2629; }
span { border-color: rgb(124,38,41); }
td.TdClassName
{
border-color: #7C2629;
}
.TagClassName
{
border-color: #7C2629;
}
</style>