Shades of Scarlett #7A1C2F
Tints of Scarlett #7A1C2F
RGB
CMYK
RGB Variations
Color information
#7A1C2F (or 0x7A1C2F) is known color: Scarlett. HEX triplet: 7A, 1C and 2F. RGB value is (122,28,47). Sum of RGB (Red+Green+Blue) = 122+28+47=197 (26% of max value = 765). Red value is 122 (48.05% from 255 or 61.93% from 197); Green value is 28 (11.33% from 255 or 14.21% from 197); Blue value is 47 (18.75% from 255 or 23.86% from 197); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1C2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A1C2F is #85E3D0. Grayscale: #3A3A3A. Windows color (decimal): -8774609 or 3087482. OLE color: 3087482.
HSL color Cylindrical-coordinate representation of color #7A1C2F: hue angle of 347.87º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7A1C2F is Cyan = 0, Magento = 0.77, Yellow = 0.61 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 28 | 47 | - |
| CMYK | 0 | 0.77 | 0.61 | 0.52 |
| HSL | 347.87º | 0.63% | 0.29% | - |
| HSV(B) | 347.87º | 0.77% | 0.48% | - |
| XYZ | 8.95 | 5.17 | 3.22 | - |
| YUV | 58.27 | 121.64 | 173.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 28 | 47 | 0 | 0.77 | 0.61 | 0.52 | 347.87 | 0.63 | 0.29 |
| Hex | 7A | 1C | 2F | 0 | 4D | 3D | 34 | 15C | 3F | 1D |
| Octal | 172 | 34 | 57 | 0 | 115 | 75 | 64 | 534 | 77 | 35 |
| Binary | 1111010 | 11100 | 101111 | 0 | 1001101 | 111101 | 110100 | 101011100 | 111111 | 11101 |
Color Harmonies of #7A1C2F
Complementary color
Monochromatic Colors of #7A1C2F
Black with #7A1C2F
Text Example
Text Example
White with #7A1C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1C2F; }
p { color: rgb(122,28,47); }
H1.HeaderClassName
{
color: #7A1C2F;
}
.AnyTagClassName
{
color: #7A1C2F;
}
</style>
background-color css
<style>
a { background-color: #7A1C2F; }
a { background-color: rgb(122,28,47); }
div.DivClassName
{
background-color: #7A1C2F;
}
.BgClassName
{
background-color: #7A1C2F;
}
</style>
border-color css
<style>
span { border-color: #7A1C2F; }
span { border-color: rgb(122,28,47); }
td.TdClassName
{
border-color: #7A1C2F;
}
.TagClassName
{
border-color: #7A1C2F;
}
</style>