Shades of Scarlett #7A2432
Tints of Scarlett #7A2432
RGB
CMYK
RGB Variations
Color information
#7A2432 (or 0x7A2432) is known color: Scarlett. HEX triplet: 7A, 24 and 32. RGB value is (122,36,50). Sum of RGB (Red+Green+Blue) = 122+36+50=208 (27% of max value = 765). Red value is 122 (48.05% from 255 or 58.65% from 208); Green value is 36 (14.45% from 255 or 17.31% from 208); Blue value is 50 (19.92% from 255 or 24.04% from 208); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2432 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A2432 is #85DBCD. Grayscale: #3F3F3F. Windows color (decimal): -8772558 or 3286138. OLE color: 3286138.
HSL color Cylindrical-coordinate representation of color #7A2432: hue angle of 350.23º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7A2432 is Cyan = 0, Magento = 0.70, Yellow = 0.59 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 36 | 50 | - |
| CMYK | 0 | 0.70 | 0.59 | 0.52 |
| HSL | 350.23º | 0.54% | 0.31% | - |
| HSV(B) | 350.23º | 0.7% | 0.48% | - |
| XYZ | 9.23 | 5.63 | 3.62 | - |
| YUV | 63.31 | 120.49 | 169.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 36 | 50 | 0 | 0.70 | 0.59 | 0.52 | 350.23 | 0.54 | 0.31 |
| Hex | 7A | 24 | 32 | 0 | 46 | 3B | 34 | 15E | 36 | 1F |
| Octal | 172 | 44 | 62 | 0 | 106 | 73 | 64 | 536 | 66 | 37 |
| Binary | 1111010 | 100100 | 110010 | 0 | 1000110 | 111011 | 110100 | 101011110 | 110110 | 11111 |
Color Harmonies of #7A2432
Complementary color
Monochromatic Colors of #7A2432
Black with #7A2432
Text Example
Text Example
White with #7A2432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2432; }
p { color: rgb(122,36,50); }
H1.HeaderClassName
{
color: #7A2432;
}
.AnyTagClassName
{
color: #7A2432;
}
</style>
background-color css
<style>
a { background-color: #7A2432; }
a { background-color: rgb(122,36,50); }
div.DivClassName
{
background-color: #7A2432;
}
.BgClassName
{
background-color: #7A2432;
}
</style>
border-color css
<style>
span { border-color: #7A2432; }
span { border-color: rgb(122,36,50); }
td.TdClassName
{
border-color: #7A2432;
}
.TagClassName
{
border-color: #7A2432;
}
</style>