Shades of Scarlett #7D1830
Tints of Scarlett #7D1830
RGB
CMYK
RGB Variations
Color information
#7D1830 (or 0x7D1830) is known color: Scarlett. HEX triplet: 7D, 18 and 30. RGB value is (125,24,48). Sum of RGB (Red+Green+Blue) = 125+24+48=197 (26% of max value = 765). Red value is 125 (49.22% from 255 or 63.45% from 197); Green value is 24 (9.77% from 255 or 12.18% from 197); Blue value is 48 (19.14% from 255 or 24.37% from 197); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1830 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D1830 is #82E7CF. Grayscale: #383838. Windows color (decimal): -8579024 or 3151997. OLE color: 3151997.
HSL color Cylindrical-coordinate representation of color #7D1830: hue angle of 345.74º 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 #7D1830 is Cyan = 0, Magento = 0.81, Yellow = 0.62 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 24 | 48 | - |
| CMYK | 0 | 0.81 | 0.62 | 0.51 |
| HSL | 345.74º | 0.68% | 0.29% | - |
| HSV(B) | 345.74º | 0.81% | 0.49% | - |
| XYZ | 9.32 | 5.23 | 3.31 | - |
| YUV | 56.94 | 122.96 | 176.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 24 | 48 | 0 | 0.81 | 0.62 | 0.51 | 345.74 | 0.68 | 0.29 |
| Hex | 7D | 18 | 30 | 0 | 51 | 3E | 33 | 15A | 44 | 1D |
| Octal | 175 | 30 | 60 | 0 | 121 | 76 | 63 | 532 | 104 | 35 |
| Binary | 1111101 | 11000 | 110000 | 0 | 1010001 | 111110 | 110011 | 101011010 | 1000100 | 11101 |
Color Harmonies of #7D1830
Complementary color
Monochromatic Colors of #7D1830
Black with #7D1830
Text Example
Text Example
White with #7D1830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1830; }
p { color: rgb(125,24,48); }
H1.HeaderClassName
{
color: #7D1830;
}
.AnyTagClassName
{
color: #7D1830;
}
</style>
background-color css
<style>
a { background-color: #7D1830; }
a { background-color: rgb(125,24,48); }
div.DivClassName
{
background-color: #7D1830;
}
.BgClassName
{
background-color: #7D1830;
}
</style>
border-color css
<style>
span { border-color: #7D1830; }
span { border-color: rgb(125,24,48); }
td.TdClassName
{
border-color: #7D1830;
}
.TagClassName
{
border-color: #7D1830;
}
</style>