Shades of Scarlett #7B212B
Tints of Scarlett #7B212B
RGB
CMYK
RGB Variations
Color information
#7B212B (or 0x7B212B) is known color: Scarlett. HEX triplet: 7B, 21 and 2B. RGB value is (123,33,43). Sum of RGB (Red+Green+Blue) = 123+33+43=199 (26% of max value = 765). Red value is 123 (48.44% from 255 or 61.81% from 199); Green value is 33 (13.28% from 255 or 16.58% from 199); Blue value is 43 (17.19% from 255 or 21.61% from 199); Max value from RGB is 123 - color contains mainly: red. Hex color #7B212B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B212B is #84DED4. Grayscale: #3D3D3D. Windows color (decimal): -8707797 or 2826619. OLE color: 2826619.
HSL color Cylindrical-coordinate representation of color #7B212B: hue angle of 353.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 #7B212B is Cyan = 0, Magento = 0.73, Yellow = 0.65 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 33 | 43 | - |
| CMYK | 0 | 0.73 | 0.65 | 0.52 |
| HSL | 353.33º | 0.58% | 0.31% | - |
| HSV(B) | 353.33º | 0.73% | 0.48% | - |
| XYZ | 9.15 | 5.47 | 2.86 | - |
| YUV | 61.05 | 117.82 | 172.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 33 | 43 | 0 | 0.73 | 0.65 | 0.52 | 353.33 | 0.58 | 0.31 |
| Hex | 7B | 21 | 2B | 0 | 49 | 41 | 34 | 161 | 3A | 1F |
| Octal | 173 | 41 | 53 | 0 | 111 | 101 | 64 | 541 | 72 | 37 |
| Binary | 1111011 | 100001 | 101011 | 0 | 1001001 | 1000001 | 110100 | 101100001 | 111010 | 11111 |
Color Harmonies of #7B212B
Complementary color
Monochromatic Colors of #7B212B
Black with #7B212B
Text Example
Text Example
White with #7B212B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B212B; }
p { color: rgb(123,33,43); }
H1.HeaderClassName
{
color: #7B212B;
}
.AnyTagClassName
{
color: #7B212B;
}
</style>
background-color css
<style>
a { background-color: #7B212B; }
a { background-color: rgb(123,33,43); }
div.DivClassName
{
background-color: #7B212B;
}
.BgClassName
{
background-color: #7B212B;
}
</style>
border-color css
<style>
span { border-color: #7B212B; }
span { border-color: rgb(123,33,43); }
td.TdClassName
{
border-color: #7B212B;
}
.TagClassName
{
border-color: #7B212B;
}
</style>