Shades of Scarlett #7D262A
Tints of Scarlett #7D262A
RGB
CMYK
RGB Variations
Color information
#7D262A (or 0x7D262A) is known color: Scarlett. HEX triplet: 7D, 26 and 2A. RGB value is (125,38,42). Sum of RGB (Red+Green+Blue) = 125+38+42=205 (27% of max value = 765). Red value is 125 (49.22% from 255 or 60.98% from 205); Green value is 38 (15.23% from 255 or 18.54% from 205); Blue value is 42 (16.80% from 255 or 20.49% from 205); Max value from RGB is 125 - color contains mainly: red. Hex color #7D262A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D262A is #82D9D5. Grayscale: #404040. Windows color (decimal): -8575446 or 2762365. OLE color: 2762365.
HSL color Cylindrical-coordinate representation of color #7D262A: hue angle of 357.24º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7D262A is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 38 | 42 | - |
| CMYK | 0 | 0.70 | 0.66 | 0.51 |
| HSL | 357.24º | 0.53% | 0.32% | - |
| HSV(B) | 357.24º | 0.7% | 0.49% | - |
| XYZ | 9.57 | 5.91 | 2.83 | - |
| YUV | 64.47 | 115.32 | 171.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 38 | 42 | 0 | 0.70 | 0.66 | 0.51 | 357.24 | 0.53 | 0.32 |
| Hex | 7D | 26 | 2A | 0 | 46 | 42 | 33 | 165 | 35 | 20 |
| Octal | 175 | 46 | 52 | 0 | 106 | 102 | 63 | 545 | 65 | 40 |
| Binary | 1111101 | 100110 | 101010 | 0 | 1000110 | 1000010 | 110011 | 101100101 | 110101 | 100000 |
Color Harmonies of #7D262A
Complementary color
Monochromatic Colors of #7D262A
Black with #7D262A
Text Example
Text Example
White with #7D262A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D262A; }
p { color: rgb(125,38,42); }
H1.HeaderClassName
{
color: #7D262A;
}
.AnyTagClassName
{
color: #7D262A;
}
</style>
background-color css
<style>
a { background-color: #7D262A; }
a { background-color: rgb(125,38,42); }
div.DivClassName
{
background-color: #7D262A;
}
.BgClassName
{
background-color: #7D262A;
}
</style>
border-color css
<style>
span { border-color: #7D262A; }
span { border-color: rgb(125,38,42); }
td.TdClassName
{
border-color: #7D262A;
}
.TagClassName
{
border-color: #7D262A;
}
</style>