Shades of Scarlett #7A2133
Tints of Scarlett #7A2133
RGB
CMYK
RGB Variations
Color information
#7A2133 (or 0x7A2133) is known color: Scarlett. HEX triplet: 7A, 21 and 33. RGB value is (122,33,51). Sum of RGB (Red+Green+Blue) = 122+33+51=206 (27% of max value = 765). Red value is 122 (48.05% from 255 or 59.22% from 206); Green value is 33 (13.28% from 255 or 16.02% from 206); Blue value is 51 (20.31% from 255 or 24.76% from 206); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2133 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A2133 is #85DECC. Grayscale: #3D3D3D. Windows color (decimal): -8773325 or 3350906. OLE color: 3350906.
HSL color Cylindrical-coordinate representation of color #7A2133: hue angle of 347.87º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7A2133 is Cyan = 0, Magento = 0.73, Yellow = 0.58 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 33 | 51 | - |
| CMYK | 0 | 0.73 | 0.58 | 0.52 |
| HSL | 347.87º | 0.57% | 0.3% | - |
| HSV(B) | 347.87º | 0.73% | 0.48% | - |
| XYZ | 9.17 | 5.46 | 3.7 | - |
| YUV | 61.66 | 121.99 | 171.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 33 | 51 | 0 | 0.73 | 0.58 | 0.52 | 347.87 | 0.57 | 0.3 |
| Hex | 7A | 21 | 33 | 0 | 49 | 3A | 34 | 15C | 39 | 1E |
| Octal | 172 | 41 | 63 | 0 | 111 | 72 | 64 | 534 | 71 | 36 |
| Binary | 1111010 | 100001 | 110011 | 0 | 1001001 | 111010 | 110100 | 101011100 | 111001 | 11110 |
Color Harmonies of #7A2133
Complementary color
Monochromatic Colors of #7A2133
Black with #7A2133
Text Example
Text Example
White with #7A2133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2133; }
p { color: rgb(122,33,51); }
H1.HeaderClassName
{
color: #7A2133;
}
.AnyTagClassName
{
color: #7A2133;
}
</style>
background-color css
<style>
a { background-color: #7A2133; }
a { background-color: rgb(122,33,51); }
div.DivClassName
{
background-color: #7A2133;
}
.BgClassName
{
background-color: #7A2133;
}
</style>
border-color css
<style>
span { border-color: #7A2133; }
span { border-color: rgb(122,33,51); }
td.TdClassName
{
border-color: #7A2133;
}
.TagClassName
{
border-color: #7A2133;
}
</style>