Shades of Scarlett #7D282B
Tints of Scarlett #7D282B
RGB
CMYK
RGB Variations
Color information
#7D282B (or 0x7D282B) is known color: Scarlett. HEX triplet: 7D, 28 and 2B. RGB value is (125,40,43). Sum of RGB (Red+Green+Blue) = 125+40+43=208 (27% of max value = 765). Red value is 125 (49.22% from 255 or 60.10% from 208); Green value is 40 (16.02% from 255 or 19.23% from 208); Blue value is 43 (17.19% from 255 or 20.67% from 208); Max value from RGB is 125 - color contains mainly: red. Hex color #7D282B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D282B is #82D7D4. Grayscale: #414141. Windows color (decimal): -8574933 or 2828413. OLE color: 2828413.
HSL color Cylindrical-coordinate representation of color #7D282B: hue angle of 357.88º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7D282B is Cyan = 0, Magento = 0.68, Yellow = 0.66 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 40 | 43 | - |
| CMYK | 0 | 0.68 | 0.66 | 0.51 |
| HSL | 357.88º | 0.52% | 0.32% | - |
| HSV(B) | 357.88º | 0.68% | 0.49% | - |
| XYZ | 9.65 | 6.05 | 2.94 | - |
| YUV | 65.76 | 115.16 | 170.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 40 | 43 | 0 | 0.68 | 0.66 | 0.51 | 357.88 | 0.52 | 0.32 |
| Hex | 7D | 28 | 2B | 0 | 44 | 42 | 33 | 166 | 34 | 20 |
| Octal | 175 | 50 | 53 | 0 | 104 | 102 | 63 | 546 | 64 | 40 |
| Binary | 1111101 | 101000 | 101011 | 0 | 1000100 | 1000010 | 110011 | 101100110 | 110100 | 100000 |
Color Harmonies of #7D282B
Complementary color
Monochromatic Colors of #7D282B
Black with #7D282B
Text Example
Text Example
White with #7D282B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D282B; }
p { color: rgb(125,40,43); }
H1.HeaderClassName
{
color: #7D282B;
}
.AnyTagClassName
{
color: #7D282B;
}
</style>
background-color css
<style>
a { background-color: #7D282B; }
a { background-color: rgb(125,40,43); }
div.DivClassName
{
background-color: #7D282B;
}
.BgClassName
{
background-color: #7D282B;
}
</style>
border-color css
<style>
span { border-color: #7D282B; }
span { border-color: rgb(125,40,43); }
td.TdClassName
{
border-color: #7D282B;
}
.TagClassName
{
border-color: #7D282B;
}
</style>