Shades of Scarlett #7B2732
Tints of Scarlett #7B2732
RGB
CMYK
RGB Variations
Color information
#7B2732 (or 0x7B2732) is known color: Scarlett. HEX triplet: 7B, 27 and 32. RGB value is (123,39,50). Sum of RGB (Red+Green+Blue) = 123+39+50=212 (28% of max value = 765). Red value is 123 (48.44% from 255 or 58.02% from 212); Green value is 39 (15.62% from 255 or 18.40% from 212); Blue value is 50 (19.92% from 255 or 23.58% from 212); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2732 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B2732 is #84D8CD. Grayscale: #414141. Windows color (decimal): -8706254 or 3286907. OLE color: 3286907.
HSL color Cylindrical-coordinate representation of color #7B2732: hue angle of 352.14º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7B2732 is Cyan = 0, Magento = 0.68, Yellow = 0.59 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 39 | 50 | - |
| CMYK | 0 | 0.68 | 0.59 | 0.52 |
| HSL | 352.14º | 0.52% | 0.32% | - |
| HSV(B) | 352.14º | 0.68% | 0.48% | - |
| XYZ | 9.47 | 5.89 | 3.66 | - |
| YUV | 65.37 | 119.33 | 169.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 39 | 50 | 0 | 0.68 | 0.59 | 0.52 | 352.14 | 0.52 | 0.32 |
| Hex | 7B | 27 | 32 | 0 | 44 | 3B | 34 | 160 | 34 | 20 |
| Octal | 173 | 47 | 62 | 0 | 104 | 73 | 64 | 540 | 64 | 40 |
| Binary | 1111011 | 100111 | 110010 | 0 | 1000100 | 111011 | 110100 | 101100000 | 110100 | 100000 |
Color Harmonies of #7B2732
Complementary color
Monochromatic Colors of #7B2732
Black with #7B2732
Text Example
Text Example
White with #7B2732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2732; }
p { color: rgb(123,39,50); }
H1.HeaderClassName
{
color: #7B2732;
}
.AnyTagClassName
{
color: #7B2732;
}
</style>
background-color css
<style>
a { background-color: #7B2732; }
a { background-color: rgb(123,39,50); }
div.DivClassName
{
background-color: #7B2732;
}
.BgClassName
{
background-color: #7B2732;
}
</style>
border-color css
<style>
span { border-color: #7B2732; }
span { border-color: rgb(123,39,50); }
td.TdClassName
{
border-color: #7B2732;
}
.TagClassName
{
border-color: #7B2732;
}
</style>