Shades of Scarlett #7A1E33
Tints of Scarlett #7A1E33
RGB
CMYK
RGB Variations
Color information
#7A1E33 (or 0x7A1E33) is known color: Scarlett. HEX triplet: 7A, 1E and 33. RGB value is (122,30,51). Sum of RGB (Red+Green+Blue) = 122+30+51=203 (26% of max value = 765). Red value is 122 (48.05% from 255 or 60.10% from 203); Green value is 30 (12.11% from 255 or 14.78% from 203); Blue value is 51 (20.31% from 255 or 25.12% from 203); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1E33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A1E33 is #85E1CC. Grayscale: #3B3B3B. Windows color (decimal): -8774093 or 3350138. OLE color: 3350138.
HSL color Cylindrical-coordinate representation of color #7A1E33: hue angle of 346.3º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7A1E33 is Cyan = 0, Magento = 0.75, Yellow = 0.58 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 30 | 51 | - |
| CMYK | 0 | 0.75 | 0.58 | 0.52 |
| HSL | 346.3º | 0.61% | 0.3% | - |
| HSV(B) | 346.3º | 0.75% | 0.48% | - |
| XYZ | 9.09 | 5.31 | 3.68 | - |
| YUV | 59.9 | 122.98 | 172.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 30 | 51 | 0 | 0.75 | 0.58 | 0.52 | 346.3 | 0.61 | 0.3 |
| Hex | 7A | 1E | 33 | 0 | 4B | 3A | 34 | 15A | 3D | 1E |
| Octal | 172 | 36 | 63 | 0 | 113 | 72 | 64 | 532 | 75 | 36 |
| Binary | 1111010 | 11110 | 110011 | 0 | 1001011 | 111010 | 110100 | 101011010 | 111101 | 11110 |
Color Harmonies of #7A1E33
Complementary color
Monochromatic Colors of #7A1E33
Black with #7A1E33
Text Example
Text Example
White with #7A1E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1E33; }
p { color: rgb(122,30,51); }
H1.HeaderClassName
{
color: #7A1E33;
}
.AnyTagClassName
{
color: #7A1E33;
}
</style>
background-color css
<style>
a { background-color: #7A1E33; }
a { background-color: rgb(122,30,51); }
div.DivClassName
{
background-color: #7A1E33;
}
.BgClassName
{
background-color: #7A1E33;
}
</style>
border-color css
<style>
span { border-color: #7A1E33; }
span { border-color: rgb(122,30,51); }
td.TdClassName
{
border-color: #7A1E33;
}
.TagClassName
{
border-color: #7A1E33;
}
</style>