Shades of Scarlett #7B242E
Tints of Scarlett #7B242E
RGB
CMYK
RGB Variations
Color information
#7B242E (or 0x7B242E) is known color: Scarlett. HEX triplet: 7B, 24 and 2E. RGB value is (123,36,46). Sum of RGB (Red+Green+Blue) = 123+36+46=205 (27% of max value = 765). Red value is 123 (48.44% from 255 or 60% from 205); Green value is 36 (14.45% from 255 or 17.56% from 205); Blue value is 46 (18.36% from 255 or 22.44% from 205); Max value from RGB is 123 - color contains mainly: red. Hex color #7B242E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B242E is #84DBD1. Grayscale: #3F3F3F. Windows color (decimal): -8707026 or 3023995. OLE color: 3023995.
HSL color Cylindrical-coordinate representation of color #7B242E: 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 #7B242E is Cyan = 0, Magento = 0.71, Yellow = 0.63 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 36 | 46 | - |
| 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.29 | 5.67 | 3.19 | - |
| YUV | 63.15 | 118.32 | 170.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 36 | 46 | 0 | 0.71 | 0.63 | 0.52 | 353.1 | 0.55 | 0.31 |
| Hex | 7B | 24 | 2E | 0 | 47 | 3F | 34 | 161 | 37 | 1F |
| Octal | 173 | 44 | 56 | 0 | 107 | 77 | 64 | 541 | 67 | 37 |
| Binary | 1111011 | 100100 | 101110 | 0 | 1000111 | 111111 | 110100 | 101100001 | 110111 | 11111 |
Color Harmonies of #7B242E
Complementary color
Monochromatic Colors of #7B242E
Black with #7B242E
Text Example
Text Example
White with #7B242E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B242E; }
p { color: rgb(123,36,46); }
H1.HeaderClassName
{
color: #7B242E;
}
.AnyTagClassName
{
color: #7B242E;
}
</style>
background-color css
<style>
a { background-color: #7B242E; }
a { background-color: rgb(123,36,46); }
div.DivClassName
{
background-color: #7B242E;
}
.BgClassName
{
background-color: #7B242E;
}
</style>
border-color css
<style>
span { border-color: #7B242E; }
span { border-color: rgb(123,36,46); }
td.TdClassName
{
border-color: #7B242E;
}
.TagClassName
{
border-color: #7B242E;
}
</style>