Shades of Scarlett #7D182A
Tints of Scarlett #7D182A
RGB
CMYK
RGB Variations
Color information
#7D182A (or 0x7D182A) is known color: Scarlett. HEX triplet: 7D, 18 and 2A. RGB value is (125,24,42). Sum of RGB (Red+Green+Blue) = 125+24+42=191 (25% of max value = 765). Red value is 125 (49.22% from 255 or 65.45% from 191); Green value is 24 (9.77% from 255 or 12.57% from 191); Blue value is 42 (16.80% from 255 or 21.99% from 191); Max value from RGB is 125 - color contains mainly: red. Hex color #7D182A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D182A is #82E7D5. Grayscale: #383838. Windows color (decimal): -8579030 or 2758781. OLE color: 2758781.
HSL color Cylindrical-coordinate representation of color #7D182A: hue angle of 349.31º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7D182A is Cyan = 0, Magento = 0.81, Yellow = 0.66 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 24 | 42 | - |
| CMYK | 0 | 0.81 | 0.66 | 0.51 |
| HSL | 349.31º | 0.68% | 0.29% | - |
| HSV(B) | 349.31º | 0.81% | 0.49% | - |
| XYZ | 9.2 | 5.18 | 2.71 | - |
| YUV | 56.25 | 119.96 | 177.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 24 | 42 | 0 | 0.81 | 0.66 | 0.51 | 349.31 | 0.68 | 0.29 |
| Hex | 7D | 18 | 2A | 0 | 51 | 42 | 33 | 15D | 44 | 1D |
| Octal | 175 | 30 | 52 | 0 | 121 | 102 | 63 | 535 | 104 | 35 |
| Binary | 1111101 | 11000 | 101010 | 0 | 1010001 | 1000010 | 110011 | 101011101 | 1000100 | 11101 |
Color Harmonies of #7D182A
Complementary color
Monochromatic Colors of #7D182A
Black with #7D182A
Text Example
Text Example
White with #7D182A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D182A; }
p { color: rgb(125,24,42); }
H1.HeaderClassName
{
color: #7D182A;
}
.AnyTagClassName
{
color: #7D182A;
}
</style>
background-color css
<style>
a { background-color: #7D182A; }
a { background-color: rgb(125,24,42); }
div.DivClassName
{
background-color: #7D182A;
}
.BgClassName
{
background-color: #7D182A;
}
</style>
border-color css
<style>
span { border-color: #7D182A; }
span { border-color: rgb(125,24,42); }
td.TdClassName
{
border-color: #7D182A;
}
.TagClassName
{
border-color: #7D182A;
}
</style>