Shades of Scarlett #7D1B2A
Tints of Scarlett #7D1B2A
RGB
CMYK
RGB Variations
Color information
#7D1B2A (or 0x7D1B2A) is known color: Scarlett. HEX triplet: 7D, 1B and 2A. RGB value is (125,27,42). Sum of RGB (Red+Green+Blue) = 125+27+42=194 (25% of max value = 765). Red value is 125 (49.22% from 255 or 64.43% from 194); Green value is 27 (10.94% from 255 or 13.92% from 194); Blue value is 42 (16.80% from 255 or 21.65% from 194); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1B2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D1B2A is #82E4D5. Grayscale: #3A3A3A. Windows color (decimal): -8578262 or 2759549. OLE color: 2759549.
HSL color Cylindrical-coordinate representation of color #7D1B2A: hue angle of 350.82º degrees, saturation: 0.64, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7D1B2A is Cyan = 0, Magento = 0.78, Yellow = 0.66 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 27 | 42 | - |
| CMYK | 0 | 0.78 | 0.66 | 0.51 |
| HSL | 350.82º | 0.64% | 0.3% | - |
| HSV(B) | 350.82º | 0.78% | 0.49% | - |
| XYZ | 9.27 | 5.31 | 2.73 | - |
| YUV | 58.01 | 118.97 | 175.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 27 | 42 | 0 | 0.78 | 0.66 | 0.51 | 350.82 | 0.64 | 0.3 |
| Hex | 7D | 1B | 2A | 0 | 4E | 42 | 33 | 15F | 40 | 1E |
| Octal | 175 | 33 | 52 | 0 | 116 | 102 | 63 | 537 | 100 | 36 |
| Binary | 1111101 | 11011 | 101010 | 0 | 1001110 | 1000010 | 110011 | 101011111 | 1000000 | 11110 |
Color Harmonies of #7D1B2A
Complementary color
Monochromatic Colors of #7D1B2A
Black with #7D1B2A
Text Example
Text Example
White with #7D1B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1B2A; }
p { color: rgb(125,27,42); }
H1.HeaderClassName
{
color: #7D1B2A;
}
.AnyTagClassName
{
color: #7D1B2A;
}
</style>
background-color css
<style>
a { background-color: #7D1B2A; }
a { background-color: rgb(125,27,42); }
div.DivClassName
{
background-color: #7D1B2A;
}
.BgClassName
{
background-color: #7D1B2A;
}
</style>
border-color css
<style>
span { border-color: #7D1B2A; }
span { border-color: rgb(125,27,42); }
td.TdClassName
{
border-color: #7D1B2A;
}
.TagClassName
{
border-color: #7D1B2A;
}
</style>