Shades of Scarlett #7D1932
Tints of Scarlett #7D1932
RGB
CMYK
RGB Variations
Color information
#7D1932 (or 0x7D1932) is known color: Scarlett. HEX triplet: 7D, 19 and 32. RGB value is (125,25,50). Sum of RGB (Red+Green+Blue) = 125+25+50=200 (26% of max value = 765). Red value is 125 (49.22% from 255 or 62.5% from 200); Green value is 25 (10.16% from 255 or 12.5% from 200); Blue value is 50 (19.92% from 255 or 25% from 200); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1932 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D1932 is #82E6CD. Grayscale: #393939. Windows color (decimal): -8578766 or 3283325. OLE color: 3283325.
HSL color Cylindrical-coordinate representation of color #7D1932: hue angle of 345º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7D1932 is Cyan = 0, Magento = 0.8, Yellow = 0.60 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 25 | 50 | - |
| CMYK | 0 | 0.8 | 0.60 | 0.51 |
| HSL | 345º | 0.67% | 0.29% | - |
| HSV(B) | 345º | 0.8% | 0.49% | - |
| XYZ | 9.38 | 5.29 | 3.54 | - |
| YUV | 57.75 | 123.63 | 175.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 25 | 50 | 0 | 0.8 | 0.60 | 0.51 | 345 | 0.67 | 0.29 |
| Hex | 7D | 19 | 32 | 0 | 50 | 3C | 33 | 159 | 43 | 1D |
| Octal | 175 | 31 | 62 | 0 | 120 | 74 | 63 | 531 | 103 | 35 |
| Binary | 1111101 | 11001 | 110010 | 0 | 1010000 | 111100 | 110011 | 101011001 | 1000011 | 11101 |
Color Harmonies of #7D1932
Complementary color
Monochromatic Colors of #7D1932
Black with #7D1932
Text Example
Text Example
White with #7D1932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1932; }
p { color: rgb(125,25,50); }
H1.HeaderClassName
{
color: #7D1932;
}
.AnyTagClassName
{
color: #7D1932;
}
</style>
background-color css
<style>
a { background-color: #7D1932; }
a { background-color: rgb(125,25,50); }
div.DivClassName
{
background-color: #7D1932;
}
.BgClassName
{
background-color: #7D1932;
}
</style>
border-color css
<style>
span { border-color: #7D1932; }
span { border-color: rgb(125,25,50); }
td.TdClassName
{
border-color: #7D1932;
}
.TagClassName
{
border-color: #7D1932;
}
</style>