Shades of Scarlett #7A2534
Tints of Scarlett #7A2534
RGB
CMYK
RGB Variations
Color information
#7A2534 (or 0x7A2534) is known color: Scarlett. HEX triplet: 7A, 25 and 34. RGB value is (122,37,52). Sum of RGB (Red+Green+Blue) = 122+37+52=211 (27% of max value = 765). Red value is 122 (48.05% from 255 or 57.82% from 211); Green value is 37 (14.84% from 255 or 17.54% from 211); Blue value is 52 (20.70% from 255 or 24.64% from 211); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2534 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A2534 is #85DACB. Grayscale: #404040. Windows color (decimal): -8772300 or 3417466. OLE color: 3417466.
HSL color Cylindrical-coordinate representation of color #7A2534: hue angle of 349.41º degrees, saturation: 0.53, 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 #7A2534 is Cyan = 0, Magento = 0.70, Yellow = 0.57 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 37 | 52 | - |
| CMYK | 0 | 0.70 | 0.57 | 0.52 |
| HSL | 349.41º | 0.53% | 0.31% | - |
| HSV(B) | 349.41º | 0.7% | 0.48% | - |
| XYZ | 9.31 | 5.71 | 3.86 | - |
| YUV | 64.13 | 121.16 | 169.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 37 | 52 | 0 | 0.70 | 0.57 | 0.52 | 349.41 | 0.53 | 0.31 |
| Hex | 7A | 25 | 34 | 0 | 46 | 39 | 34 | 15D | 35 | 1F |
| Octal | 172 | 45 | 64 | 0 | 106 | 71 | 64 | 535 | 65 | 37 |
| Binary | 1111010 | 100101 | 110100 | 0 | 1000110 | 111001 | 110100 | 101011101 | 110101 | 11111 |
Color Harmonies of #7A2534
Complementary color
Monochromatic Colors of #7A2534
Black with #7A2534
Text Example
Text Example
White with #7A2534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2534; }
p { color: rgb(122,37,52); }
H1.HeaderClassName
{
color: #7A2534;
}
.AnyTagClassName
{
color: #7A2534;
}
</style>
background-color css
<style>
a { background-color: #7A2534; }
a { background-color: rgb(122,37,52); }
div.DivClassName
{
background-color: #7A2534;
}
.BgClassName
{
background-color: #7A2534;
}
</style>
border-color css
<style>
span { border-color: #7A2534; }
span { border-color: rgb(122,37,52); }
td.TdClassName
{
border-color: #7A2534;
}
.TagClassName
{
border-color: #7A2534;
}
</style>