Shades of Scarlett #7B242D
Tints of Scarlett #7B242D
RGB
CMYK
RGB Variations
Color information
#7B242D (or 0x7B242D) is known color: Scarlett. HEX triplet: 7B, 24 and 2D. RGB value is (123,36,45). Sum of RGB (Red+Green+Blue) = 123+36+45=204 (27% of max value = 765). Red value is 123 (48.44% from 255 or 60.29% from 204); Green value is 36 (14.45% from 255 or 17.65% from 204); Blue value is 45 (17.97% from 255 or 22.06% from 204); Max value from RGB is 123 - color contains mainly: red. Hex color #7B242D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B242D is #84DBD2. Grayscale: #3F3F3F. Windows color (decimal): -8707027 or 2958459. OLE color: 2958459.
HSL color Cylindrical-coordinate representation of color #7B242D: hue angle of 353.79º 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 #7B242D is Cyan = 0, Magento = 0.71, Yellow = 0.63 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 36 | 45 | - |
| CMYK | 0 | 0.71 | 0.63 | 0.52 |
| HSL | 353.79º | 0.55% | 0.31% | - |
| HSV(B) | 353.79º | 0.71% | 0.48% | - |
| XYZ | 9.27 | 5.66 | 3.09 | - |
| YUV | 63.04 | 117.82 | 170.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 36 | 45 | 0 | 0.71 | 0.63 | 0.52 | 353.79 | 0.55 | 0.31 |
| Hex | 7B | 24 | 2D | 0 | 47 | 3F | 34 | 162 | 37 | 1F |
| Octal | 173 | 44 | 55 | 0 | 107 | 77 | 64 | 542 | 67 | 37 |
| Binary | 1111011 | 100100 | 101101 | 0 | 1000111 | 111111 | 110100 | 101100010 | 110111 | 11111 |
Color Harmonies of #7B242D
Complementary color
Monochromatic Colors of #7B242D
Black with #7B242D
Text Example
Text Example
White with #7B242D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B242D; }
p { color: rgb(123,36,45); }
H1.HeaderClassName
{
color: #7B242D;
}
.AnyTagClassName
{
color: #7B242D;
}
</style>
background-color css
<style>
a { background-color: #7B242D; }
a { background-color: rgb(123,36,45); }
div.DivClassName
{
background-color: #7B242D;
}
.BgClassName
{
background-color: #7B242D;
}
</style>
border-color css
<style>
span { border-color: #7B242D; }
span { border-color: rgb(123,36,45); }
td.TdClassName
{
border-color: #7B242D;
}
.TagClassName
{
border-color: #7B242D;
}
</style>