Shades of Scarlett #7B272D
Tints of Scarlett #7B272D
RGB
CMYK
RGB Variations
Color information
#7B272D (or 0x7B272D) is known color: Scarlett. HEX triplet: 7B, 27 and 2D. RGB value is (123,39,45). Sum of RGB (Red+Green+Blue) = 123+39+45=207 (27% of max value = 765). Red value is 123 (48.44% from 255 or 59.42% from 207); Green value is 39 (15.62% from 255 or 18.84% from 207); Blue value is 45 (17.97% from 255 or 21.74% from 207); Max value from RGB is 123 - color contains mainly: red. Hex color #7B272D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B272D is #84D8D2. Grayscale: #404040. Windows color (decimal): -8706259 or 2959227. OLE color: 2959227.
HSL color Cylindrical-coordinate representation of color #7B272D: hue angle of 355.71º 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 #7B272D is Cyan = 0, Magento = 0.68, Yellow = 0.63 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 39 | 45 | - |
| CMYK | 0 | 0.68 | 0.63 | 0.52 |
| HSL | 355.71º | 0.52% | 0.32% | - |
| HSV(B) | 355.71º | 0.68% | 0.48% | - |
| XYZ | 9.37 | 5.85 | 3.12 | - |
| YUV | 64.8 | 116.83 | 169.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 39 | 45 | 0 | 0.68 | 0.63 | 0.52 | 355.71 | 0.52 | 0.32 |
| Hex | 7B | 27 | 2D | 0 | 44 | 3F | 34 | 164 | 34 | 20 |
| Octal | 173 | 47 | 55 | 0 | 104 | 77 | 64 | 544 | 64 | 40 |
| Binary | 1111011 | 100111 | 101101 | 0 | 1000100 | 111111 | 110100 | 101100100 | 110100 | 100000 |
Color Harmonies of #7B272D
Complementary color
Monochromatic Colors of #7B272D
Black with #7B272D
Text Example
Text Example
White with #7B272D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B272D; }
p { color: rgb(123,39,45); }
H1.HeaderClassName
{
color: #7B272D;
}
.AnyTagClassName
{
color: #7B272D;
}
</style>
background-color css
<style>
a { background-color: #7B272D; }
a { background-color: rgb(123,39,45); }
div.DivClassName
{
background-color: #7B272D;
}
.BgClassName
{
background-color: #7B272D;
}
</style>
border-color css
<style>
span { border-color: #7B272D; }
span { border-color: rgb(123,39,45); }
td.TdClassName
{
border-color: #7B272D;
}
.TagClassName
{
border-color: #7B272D;
}
</style>