Shades of Scarlett #7B212D
Tints of Scarlett #7B212D
RGB
CMYK
RGB Variations
Color information
#7B212D (or 0x7B212D) is known color: Scarlett. HEX triplet: 7B, 21 and 2D. RGB value is (123,33,45). Sum of RGB (Red+Green+Blue) = 123+33+45=201 (26% of max value = 765). Red value is 123 (48.44% from 255 or 61.19% from 201); Green value is 33 (13.28% from 255 or 16.42% from 201); Blue value is 45 (17.97% from 255 or 22.39% from 201); Max value from RGB is 123 - color contains mainly: red. Hex color #7B212D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B212D is #84DED2. Grayscale: #3D3D3D. Windows color (decimal): -8707795 or 2957691. OLE color: 2957691.
HSL color Cylindrical-coordinate representation of color #7B212D: hue angle of 352º 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 #7B212D is Cyan = 0, Magento = 0.73, Yellow = 0.63 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 33 | 45 | - |
| CMYK | 0 | 0.73 | 0.63 | 0.52 |
| HSL | 352º | 0.58% | 0.31% | - |
| HSV(B) | 352º | 0.73% | 0.48% | - |
| XYZ | 9.19 | 5.49 | 3.06 | - |
| YUV | 61.28 | 118.82 | 172.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 33 | 45 | 0 | 0.73 | 0.63 | 0.52 | 352 | 0.58 | 0.31 |
| Hex | 7B | 21 | 2D | 0 | 49 | 3F | 34 | 160 | 3A | 1F |
| Octal | 173 | 41 | 55 | 0 | 111 | 77 | 64 | 540 | 72 | 37 |
| Binary | 1111011 | 100001 | 101101 | 0 | 1001001 | 111111 | 110100 | 101100000 | 111010 | 11111 |
Color Harmonies of #7B212D
Complementary color
Monochromatic Colors of #7B212D
Black with #7B212D
Text Example
Text Example
White with #7B212D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B212D; }
p { color: rgb(123,33,45); }
H1.HeaderClassName
{
color: #7B212D;
}
.AnyTagClassName
{
color: #7B212D;
}
</style>
background-color css
<style>
a { background-color: #7B212D; }
a { background-color: rgb(123,33,45); }
div.DivClassName
{
background-color: #7B212D;
}
.BgClassName
{
background-color: #7B212D;
}
</style>
border-color css
<style>
span { border-color: #7B212D; }
span { border-color: rgb(123,33,45); }
td.TdClassName
{
border-color: #7B212D;
}
.TagClassName
{
border-color: #7B212D;
}
</style>