Shades of Scarlett #7A2430
Tints of Scarlett #7A2430
RGB
CMYK
RGB Variations
Color information
#7A2430 (or 0x7A2430) is known color: Scarlett. HEX triplet: 7A, 24 and 30. RGB value is (122,36,48). Sum of RGB (Red+Green+Blue) = 122+36+48=206 (27% of max value = 765). Red value is 122 (48.05% from 255 or 59.22% from 206); Green value is 36 (14.45% from 255 or 17.48% from 206); Blue value is 48 (19.14% from 255 or 23.30% from 206); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2430 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A2430 is #85DBCF. Grayscale: #3F3F3F. Windows color (decimal): -8772560 or 3155066. OLE color: 3155066.
HSL color Cylindrical-coordinate representation of color #7A2430: hue angle of 351.63º 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 #7A2430 is Cyan = 0, Magento = 0.70, Yellow = 0.61 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 36 | 48 | - |
| CMYK | 0 | 0.70 | 0.61 | 0.52 |
| HSL | 351.63º | 0.54% | 0.31% | - |
| HSV(B) | 351.63º | 0.7% | 0.48% | - |
| XYZ | 9.19 | 5.61 | 3.4 | - |
| YUV | 63.08 | 119.49 | 170.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 36 | 48 | 0 | 0.70 | 0.61 | 0.52 | 351.63 | 0.54 | 0.31 |
| Hex | 7A | 24 | 30 | 0 | 46 | 3D | 34 | 160 | 36 | 1F |
| Octal | 172 | 44 | 60 | 0 | 106 | 75 | 64 | 540 | 66 | 37 |
| Binary | 1111010 | 100100 | 110000 | 0 | 1000110 | 111101 | 110100 | 101100000 | 110110 | 11111 |
Color Harmonies of #7A2430
Complementary color
Monochromatic Colors of #7A2430
Black with #7A2430
Text Example
Text Example
White with #7A2430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2430; }
p { color: rgb(122,36,48); }
H1.HeaderClassName
{
color: #7A2430;
}
.AnyTagClassName
{
color: #7A2430;
}
</style>
background-color css
<style>
a { background-color: #7A2430; }
a { background-color: rgb(122,36,48); }
div.DivClassName
{
background-color: #7A2430;
}
.BgClassName
{
background-color: #7A2430;
}
</style>
border-color css
<style>
span { border-color: #7A2430; }
span { border-color: rgb(122,36,48); }
td.TdClassName
{
border-color: #7A2430;
}
.TagClassName
{
border-color: #7A2430;
}
</style>