Shades of Scarlett #7A232D
Tints of Scarlett #7A232D
RGB
CMYK
RGB Variations
Color information
#7A232D (or 0x7A232D) is known color: Scarlett. HEX triplet: 7A, 23 and 2D. RGB value is (122,35,45). Sum of RGB (Red+Green+Blue) = 122+35+45=202 (26% of max value = 765). Red value is 122 (48.05% from 255 or 60.40% from 202); Green value is 35 (14.06% from 255 or 17.33% from 202); Blue value is 45 (17.97% from 255 or 22.28% from 202); Max value from RGB is 122 - color contains mainly: red. Hex color #7A232D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A232D is #85DCD2. Grayscale: #3E3E3E. Windows color (decimal): -8772819 or 2958202. OLE color: 2958202.
HSL color Cylindrical-coordinate representation of color #7A232D: hue angle of 353.1º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7A232D is Cyan = 0, Magento = 0.71, Yellow = 0.63 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 35 | 45 | - |
| CMYK | 0 | 0.71 | 0.63 | 0.52 |
| HSL | 353.1º | 0.55% | 0.31% | - |
| HSV(B) | 353.1º | 0.71% | 0.48% | - |
| XYZ | 9.1 | 5.53 | 3.07 | - |
| YUV | 62.15 | 118.32 | 170.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 35 | 45 | 0 | 0.71 | 0.63 | 0.52 | 353.1 | 0.55 | 0.31 |
| Hex | 7A | 23 | 2D | 0 | 47 | 3F | 34 | 161 | 37 | 1F |
| Octal | 172 | 43 | 55 | 0 | 107 | 77 | 64 | 541 | 67 | 37 |
| Binary | 1111010 | 100011 | 101101 | 0 | 1000111 | 111111 | 110100 | 101100001 | 110111 | 11111 |
Color Harmonies of #7A232D
Complementary color
Monochromatic Colors of #7A232D
Black with #7A232D
Text Example
Text Example
White with #7A232D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A232D; }
p { color: rgb(122,35,45); }
H1.HeaderClassName
{
color: #7A232D;
}
.AnyTagClassName
{
color: #7A232D;
}
</style>
background-color css
<style>
a { background-color: #7A232D; }
a { background-color: rgb(122,35,45); }
div.DivClassName
{
background-color: #7A232D;
}
.BgClassName
{
background-color: #7A232D;
}
</style>
border-color css
<style>
span { border-color: #7A232D; }
span { border-color: rgb(122,35,45); }
td.TdClassName
{
border-color: #7A232D;
}
.TagClassName
{
border-color: #7A232D;
}
</style>