Shades of Scarlett #7A2433
Tints of Scarlett #7A2433
RGB
CMYK
RGB Variations
Color information
#7A2433 (or 0x7A2433) is known color: Scarlett. HEX triplet: 7A, 24 and 33. RGB value is (122,36,51). Sum of RGB (Red+Green+Blue) = 122+36+51=209 (27% of max value = 765). Red value is 122 (48.05% from 255 or 58.37% from 209); Green value is 36 (14.45% from 255 or 17.22% from 209); Blue value is 51 (20.31% from 255 or 24.40% from 209); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2433 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A2433 is #85DBCC. Grayscale: #3F3F3F. Windows color (decimal): -8772557 or 3351674. OLE color: 3351674.
HSL color Cylindrical-coordinate representation of color #7A2433: hue angle of 349.53º 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 #7A2433 is Cyan = 0, Magento = 0.70, Yellow = 0.58 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 36 | 51 | - |
| CMYK | 0 | 0.70 | 0.58 | 0.52 |
| HSL | 349.53º | 0.54% | 0.31% | - |
| HSV(B) | 349.53º | 0.7% | 0.48% | - |
| XYZ | 9.25 | 5.64 | 3.73 | - |
| YUV | 63.42 | 120.99 | 169.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 36 | 51 | 0 | 0.70 | 0.58 | 0.52 | 349.53 | 0.54 | 0.31 |
| Hex | 7A | 24 | 33 | 0 | 46 | 3A | 34 | 15E | 36 | 1F |
| Octal | 172 | 44 | 63 | 0 | 106 | 72 | 64 | 536 | 66 | 37 |
| Binary | 1111010 | 100100 | 110011 | 0 | 1000110 | 111010 | 110100 | 101011110 | 110110 | 11111 |
Color Harmonies of #7A2433
Complementary color
Monochromatic Colors of #7A2433
Black with #7A2433
Text Example
Text Example
White with #7A2433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2433; }
p { color: rgb(122,36,51); }
H1.HeaderClassName
{
color: #7A2433;
}
.AnyTagClassName
{
color: #7A2433;
}
</style>
background-color css
<style>
a { background-color: #7A2433; }
a { background-color: rgb(122,36,51); }
div.DivClassName
{
background-color: #7A2433;
}
.BgClassName
{
background-color: #7A2433;
}
</style>
border-color css
<style>
span { border-color: #7A2433; }
span { border-color: rgb(122,36,51); }
td.TdClassName
{
border-color: #7A2433;
}
.TagClassName
{
border-color: #7A2433;
}
</style>