Shades of Scarlett #7D1B2B
Tints of Scarlett #7D1B2B
RGB
CMYK
RGB Variations
Color information
#7D1B2B (or 0x7D1B2B) is known color: Scarlett. HEX triplet: 7D, 1B and 2B. RGB value is (125,27,43). Sum of RGB (Red+Green+Blue) = 125+27+43=195 (25% of max value = 765). Red value is 125 (49.22% from 255 or 64.10% from 195); Green value is 27 (10.94% from 255 or 13.85% from 195); Blue value is 43 (17.19% from 255 or 22.05% from 195); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1B2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D1B2B is #82E4D4. Grayscale: #3A3A3A. Windows color (decimal): -8578261 or 2825085. OLE color: 2825085.
HSL color Cylindrical-coordinate representation of color #7D1B2B: hue angle of 350.2º 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 #7D1B2B is Cyan = 0, Magento = 0.78, Yellow = 0.66 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 27 | 43 | - |
| CMYK | 0 | 0.78 | 0.66 | 0.51 |
| HSL | 350.2º | 0.64% | 0.3% | - |
| HSV(B) | 350.2º | 0.78% | 0.49% | - |
| XYZ | 9.29 | 5.32 | 2.82 | - |
| YUV | 58.13 | 119.47 | 175.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 27 | 43 | 0 | 0.78 | 0.66 | 0.51 | 350.2 | 0.64 | 0.3 |
| Hex | 7D | 1B | 2B | 0 | 4E | 42 | 33 | 15E | 40 | 1E |
| Octal | 175 | 33 | 53 | 0 | 116 | 102 | 63 | 536 | 100 | 36 |
| Binary | 1111101 | 11011 | 101011 | 0 | 1001110 | 1000010 | 110011 | 101011110 | 1000000 | 11110 |
Color Harmonies of #7D1B2B
Complementary color
Monochromatic Colors of #7D1B2B
Black with #7D1B2B
Text Example
Text Example
White with #7D1B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1B2B; }
p { color: rgb(125,27,43); }
H1.HeaderClassName
{
color: #7D1B2B;
}
.AnyTagClassName
{
color: #7D1B2B;
}
</style>
background-color css
<style>
a { background-color: #7D1B2B; }
a { background-color: rgb(125,27,43); }
div.DivClassName
{
background-color: #7D1B2B;
}
.BgClassName
{
background-color: #7D1B2B;
}
</style>
border-color css
<style>
span { border-color: #7D1B2B; }
span { border-color: rgb(125,27,43); }
td.TdClassName
{
border-color: #7D1B2B;
}
.TagClassName
{
border-color: #7D1B2B;
}
</style>