Shades of Scarlett #7A2730
Tints of Scarlett #7A2730
RGB
CMYK
RGB Variations
Color information
#7A2730 (or 0x7A2730) is known color: Scarlett. HEX triplet: 7A, 27 and 30. RGB value is (122,39,48). Sum of RGB (Red+Green+Blue) = 122+39+48=209 (27% of max value = 765). Red value is 122 (48.05% from 255 or 58.37% from 209); Green value is 39 (15.62% from 255 or 18.66% from 209); Blue value is 48 (19.14% from 255 or 22.97% from 209); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2730 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A2730 is #85D8CF. Grayscale: #404040. Windows color (decimal): -8771792 or 3155834. OLE color: 3155834.
HSL color Cylindrical-coordinate representation of color #7A2730: hue angle of 353.49º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7A2730 is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 39 | 48 | - |
| CMYK | 0 | 0.68 | 0.61 | 0.52 |
| HSL | 353.49º | 0.52% | 0.32% | - |
| HSV(B) | 353.49º | 0.68% | 0.48% | - |
| XYZ | 9.29 | 5.8 | 3.43 | - |
| YUV | 64.84 | 118.5 | 168.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 39 | 48 | 0 | 0.68 | 0.61 | 0.52 | 353.49 | 0.52 | 0.32 |
| Hex | 7A | 27 | 30 | 0 | 44 | 3D | 34 | 161 | 34 | 20 |
| Octal | 172 | 47 | 60 | 0 | 104 | 75 | 64 | 541 | 64 | 40 |
| Binary | 1111010 | 100111 | 110000 | 0 | 1000100 | 111101 | 110100 | 101100001 | 110100 | 100000 |
Color Harmonies of #7A2730
Complementary color
Monochromatic Colors of #7A2730
Black with #7A2730
Text Example
Text Example
White with #7A2730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2730; }
p { color: rgb(122,39,48); }
H1.HeaderClassName
{
color: #7A2730;
}
.AnyTagClassName
{
color: #7A2730;
}
</style>
background-color css
<style>
a { background-color: #7A2730; }
a { background-color: rgb(122,39,48); }
div.DivClassName
{
background-color: #7A2730;
}
.BgClassName
{
background-color: #7A2730;
}
</style>
border-color css
<style>
span { border-color: #7A2730; }
span { border-color: rgb(122,39,48); }
td.TdClassName
{
border-color: #7A2730;
}
.TagClassName
{
border-color: #7A2730;
}
</style>