Shades of Scarlett #7B242C
Tints of Scarlett #7B242C
RGB
CMYK
RGB Variations
Color information
#7B242C (or 0x7B242C) is known color: Scarlett. HEX triplet: 7B, 24 and 2C. RGB value is (123,36,44). Sum of RGB (Red+Green+Blue) = 123+36+44=203 (26% of max value = 765). Red value is 123 (48.44% from 255 or 60.59% from 203); Green value is 36 (14.45% from 255 or 17.73% from 203); Blue value is 44 (17.58% from 255 or 21.67% from 203); Max value from RGB is 123 - color contains mainly: red. Hex color #7B242C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B242C is #84DBD3. Grayscale: #3E3E3E. Windows color (decimal): -8707028 or 2892923. OLE color: 2892923.
HSL color Cylindrical-coordinate representation of color #7B242C: hue angle of 354.48º 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 #7B242C is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 36 | 44 | - |
| CMYK | 0 | 0.71 | 0.64 | 0.52 |
| HSL | 354.48º | 0.55% | 0.31% | - |
| HSV(B) | 354.48º | 0.71% | 0.48% | - |
| XYZ | 9.25 | 5.65 | 2.99 | - |
| YUV | 62.93 | 117.32 | 170.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 36 | 44 | 0 | 0.71 | 0.64 | 0.52 | 354.48 | 0.55 | 0.31 |
| Hex | 7B | 24 | 2C | 0 | 47 | 40 | 34 | 162 | 37 | 1F |
| Octal | 173 | 44 | 54 | 0 | 107 | 100 | 64 | 542 | 67 | 37 |
| Binary | 1111011 | 100100 | 101100 | 0 | 1000111 | 1000000 | 110100 | 101100010 | 110111 | 11111 |
Color Harmonies of #7B242C
Complementary color
Monochromatic Colors of #7B242C
Black with #7B242C
Text Example
Text Example
White with #7B242C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B242C; }
p { color: rgb(123,36,44); }
H1.HeaderClassName
{
color: #7B242C;
}
.AnyTagClassName
{
color: #7B242C;
}
</style>
background-color css
<style>
a { background-color: #7B242C; }
a { background-color: rgb(123,36,44); }
div.DivClassName
{
background-color: #7B242C;
}
.BgClassName
{
background-color: #7B242C;
}
</style>
border-color css
<style>
span { border-color: #7B242C; }
span { border-color: rgb(123,36,44); }
td.TdClassName
{
border-color: #7B242C;
}
.TagClassName
{
border-color: #7B242C;
}
</style>