Shades of Scarlett #7B272C
Tints of Scarlett #7B272C
RGB
CMYK
RGB Variations
Color information
#7B272C (or 0x7B272C) is known color: Scarlett. HEX triplet: 7B, 27 and 2C. RGB value is (123,39,44). Sum of RGB (Red+Green+Blue) = 123+39+44=206 (27% of max value = 765). Red value is 123 (48.44% from 255 or 59.71% from 206); Green value is 39 (15.62% from 255 or 18.93% from 206); Blue value is 44 (17.58% from 255 or 21.36% from 206); Max value from RGB is 123 - color contains mainly: red. Hex color #7B272C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B272C is #84D8D3. Grayscale: #404040. Windows color (decimal): -8706260 or 2893691. OLE color: 2893691.
HSL color Cylindrical-coordinate representation of color #7B272C: hue angle of 356.43º 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 #7B272C is Cyan = 0, Magento = 0.68, Yellow = 0.64 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 39 | 44 | - |
| CMYK | 0 | 0.68 | 0.64 | 0.52 |
| HSL | 356.43º | 0.52% | 0.32% | - |
| HSV(B) | 356.43º | 0.68% | 0.48% | - |
| XYZ | 9.35 | 5.84 | 3.02 | - |
| YUV | 64.69 | 116.33 | 169.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 39 | 44 | 0 | 0.68 | 0.64 | 0.52 | 356.43 | 0.52 | 0.32 |
| Hex | 7B | 27 | 2C | 0 | 44 | 40 | 34 | 164 | 34 | 20 |
| Octal | 173 | 47 | 54 | 0 | 104 | 100 | 64 | 544 | 64 | 40 |
| Binary | 1111011 | 100111 | 101100 | 0 | 1000100 | 1000000 | 110100 | 101100100 | 110100 | 100000 |
Color Harmonies of #7B272C
Complementary color
Monochromatic Colors of #7B272C
Black with #7B272C
Text Example
Text Example
White with #7B272C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B272C; }
p { color: rgb(123,39,44); }
H1.HeaderClassName
{
color: #7B272C;
}
.AnyTagClassName
{
color: #7B272C;
}
</style>
background-color css
<style>
a { background-color: #7B272C; }
a { background-color: rgb(123,39,44); }
div.DivClassName
{
background-color: #7B272C;
}
.BgClassName
{
background-color: #7B272C;
}
</style>
border-color css
<style>
span { border-color: #7B272C; }
span { border-color: rgb(123,39,44); }
td.TdClassName
{
border-color: #7B272C;
}
.TagClassName
{
border-color: #7B272C;
}
</style>