Shades of Scarlett #7D2031
Tints of Scarlett #7D2031
RGB
CMYK
RGB Variations
Color information
#7D2031 (or 0x7D2031) is known color: Scarlett. HEX triplet: 7D, 20 and 31. RGB value is (125,32,49). Sum of RGB (Red+Green+Blue) = 125+32+49=206 (27% of max value = 765). Red value is 125 (49.22% from 255 or 60.68% from 206); Green value is 32 (12.89% from 255 or 15.53% from 206); Blue value is 49 (19.53% from 255 or 23.79% from 206); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2031 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D2031 is #82DFCE. Grayscale: #3D3D3D. Windows color (decimal): -8576975 or 3219581. OLE color: 3219581.
HSL color Cylindrical-coordinate representation of color #7D2031: hue angle of 349.03º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7D2031 is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 32 | 49 | - |
| CMYK | 0 | 0.74 | 0.61 | 0.51 |
| HSL | 349.03º | 0.59% | 0.31% | - |
| HSV(B) | 349.03º | 0.74% | 0.49% | - |
| XYZ | 9.53 | 5.61 | 3.49 | - |
| YUV | 61.75 | 120.81 | 173.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 32 | 49 | 0 | 0.74 | 0.61 | 0.51 | 349.03 | 0.59 | 0.31 |
| Hex | 7D | 20 | 31 | 0 | 4A | 3D | 33 | 15D | 3B | 1F |
| Octal | 175 | 40 | 61 | 0 | 112 | 75 | 63 | 535 | 73 | 37 |
| Binary | 1111101 | 100000 | 110001 | 0 | 1001010 | 111101 | 110011 | 101011101 | 111011 | 11111 |
Color Harmonies of #7D2031
Complementary color
Monochromatic Colors of #7D2031
Black with #7D2031
Text Example
Text Example
White with #7D2031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D2031; }
p { color: rgb(125,32,49); }
H1.HeaderClassName
{
color: #7D2031;
}
.AnyTagClassName
{
color: #7D2031;
}
</style>
background-color css
<style>
a { background-color: #7D2031; }
a { background-color: rgb(125,32,49); }
div.DivClassName
{
background-color: #7D2031;
}
.BgClassName
{
background-color: #7D2031;
}
</style>
border-color css
<style>
span { border-color: #7D2031; }
span { border-color: rgb(125,32,49); }
td.TdClassName
{
border-color: #7D2031;
}
.TagClassName
{
border-color: #7D2031;
}
</style>