Shades of Scarlett #7B2131
Tints of Scarlett #7B2131
RGB
CMYK
RGB Variations
Color information
#7B2131 (or 0x7B2131) is known color: Scarlett. HEX triplet: 7B, 21 and 31. RGB value is (123,33,49). Sum of RGB (Red+Green+Blue) = 123+33+49=205 (27% of max value = 765). Red value is 123 (48.44% from 255 or 60% from 205); Green value is 33 (13.28% from 255 or 16.10% from 205); Blue value is 49 (19.53% from 255 or 23.90% from 205); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2131 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B2131 is #84DECE. Grayscale: #3D3D3D. Windows color (decimal): -8707791 or 3219835. OLE color: 3219835.
HSL color Cylindrical-coordinate representation of color #7B2131: hue angle of 349.33º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7B2131 is Cyan = 0, Magento = 0.73, Yellow = 0.60 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 33 | 49 | - |
| CMYK | 0 | 0.73 | 0.60 | 0.52 |
| HSL | 349.33º | 0.58% | 0.31% | - |
| HSV(B) | 349.33º | 0.73% | 0.48% | - |
| XYZ | 9.27 | 5.52 | 3.48 | - |
| YUV | 61.73 | 120.82 | 171.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 33 | 49 | 0 | 0.73 | 0.60 | 0.52 | 349.33 | 0.58 | 0.31 |
| Hex | 7B | 21 | 31 | 0 | 49 | 3C | 34 | 15D | 3A | 1F |
| Octal | 173 | 41 | 61 | 0 | 111 | 74 | 64 | 535 | 72 | 37 |
| Binary | 1111011 | 100001 | 110001 | 0 | 1001001 | 111100 | 110100 | 101011101 | 111010 | 11111 |
Color Harmonies of #7B2131
Complementary color
Monochromatic Colors of #7B2131
Black with #7B2131
Text Example
Text Example
White with #7B2131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2131; }
p { color: rgb(123,33,49); }
H1.HeaderClassName
{
color: #7B2131;
}
.AnyTagClassName
{
color: #7B2131;
}
</style>
background-color css
<style>
a { background-color: #7B2131; }
a { background-color: rgb(123,33,49); }
div.DivClassName
{
background-color: #7B2131;
}
.BgClassName
{
background-color: #7B2131;
}
</style>
border-color css
<style>
span { border-color: #7B2131; }
span { border-color: rgb(123,33,49); }
td.TdClassName
{
border-color: #7B2131;
}
.TagClassName
{
border-color: #7B2131;
}
</style>