Shades of Scarlett #7B2127
Tints of Scarlett #7B2127
RGB
CMYK
RGB Variations
Color information
#7B2127 (or 0x7B2127) is known color: Scarlett. HEX triplet: 7B, 21 and 27. RGB value is (123,33,39). Sum of RGB (Red+Green+Blue) = 123+33+39=195 (25% of max value = 765). Red value is 123 (48.44% from 255 or 63.08% from 195); Green value is 33 (13.28% from 255 or 16.92% from 195); Blue value is 39 (15.62% from 255 or 20% from 195); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2127 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B2127 is #84DED8. Grayscale: #3C3C3C. Windows color (decimal): -8707801 or 2564475. OLE color: 2564475.
HSL color Cylindrical-coordinate representation of color #7B2127: hue angle of 356º 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 #7B2127 is Cyan = 0, Magento = 0.73, Yellow = 0.68 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 33 | 39 | - |
| CMYK | 0 | 0.73 | 0.68 | 0.52 |
| HSL | 356º | 0.58% | 0.31% | - |
| HSV(B) | 356º | 0.73% | 0.48% | - |
| XYZ | 9.08 | 5.45 | 2.49 | - |
| YUV | 60.59 | 115.82 | 172.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 33 | 39 | 0 | 0.73 | 0.68 | 0.52 | 356 | 0.58 | 0.31 |
| Hex | 7B | 21 | 27 | 0 | 49 | 44 | 34 | 164 | 3A | 1F |
| Octal | 173 | 41 | 47 | 0 | 111 | 104 | 64 | 544 | 72 | 37 |
| Binary | 1111011 | 100001 | 100111 | 0 | 1001001 | 1000100 | 110100 | 101100100 | 111010 | 11111 |
Color Harmonies of #7B2127
Complementary color
Monochromatic Colors of #7B2127
Black with #7B2127
Text Example
Text Example
White with #7B2127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2127; }
p { color: rgb(123,33,39); }
H1.HeaderClassName
{
color: #7B2127;
}
.AnyTagClassName
{
color: #7B2127;
}
</style>
background-color css
<style>
a { background-color: #7B2127; }
a { background-color: rgb(123,33,39); }
div.DivClassName
{
background-color: #7B2127;
}
.BgClassName
{
background-color: #7B2127;
}
</style>
border-color css
<style>
span { border-color: #7B2127; }
span { border-color: rgb(123,33,39); }
td.TdClassName
{
border-color: #7B2127;
}
.TagClassName
{
border-color: #7B2127;
}
</style>