Shades of Claret #7D1B3E
Tints of Claret #7D1B3E
RGB
CMYK
RGB Variations
Color information
#7D1B3E (or 0x7D1B3E) is known color: Claret. HEX triplet: 7D, 1B and 3E. RGB value is (125,27,62). Sum of RGB (Red+Green+Blue) = 125+27+62=214 (28% of max value = 765). Red value is 125 (49.22% from 255 or 58.41% from 214); Green value is 27 (10.94% from 255 or 12.62% from 214); Blue value is 62 (24.61% from 255 or 28.97% from 214); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1B3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D1B3E is #82E4C1. Grayscale: #3C3C3C. Windows color (decimal): -8578242 or 4070269. OLE color: 4070269.
HSL color Cylindrical-coordinate representation of color #7D1B3E: hue angle of 338.57º 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 #7D1B3E is Cyan = 0, Magento = 0.78, Yellow = 0.50 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 27 | 62 | - |
| CMYK | 0 | 0.78 | 0.50 | 0.51 |
| HSL | 338.57º | 0.64% | 0.3% | - |
| HSV(B) | 338.57º | 0.78% | 0.49% | - |
| XYZ | 9.72 | 5.49 | 5.11 | - |
| YUV | 60.29 | 128.97 | 174.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 27 | 62 | 0 | 0.78 | 0.50 | 0.51 | 338.57 | 0.64 | 0.3 |
| Hex | 7D | 1B | 3E | 0 | 4E | 32 | 33 | 153 | 40 | 1E |
| Octal | 175 | 33 | 76 | 0 | 116 | 62 | 63 | 523 | 100 | 36 |
| Binary | 1111101 | 11011 | 111110 | 0 | 1001110 | 110010 | 110011 | 101010011 | 1000000 | 11110 |
Color Harmonies of #7D1B3E
Complementary color
Monochromatic Colors of #7D1B3E
Black with #7D1B3E
Text Example
Text Example
White with #7D1B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1B3E; }
p { color: rgb(125,27,62); }
H1.HeaderClassName
{
color: #7D1B3E;
}
.AnyTagClassName
{
color: #7D1B3E;
}
</style>
background-color css
<style>
a { background-color: #7D1B3E; }
a { background-color: rgb(125,27,62); }
div.DivClassName
{
background-color: #7D1B3E;
}
.BgClassName
{
background-color: #7D1B3E;
}
</style>
border-color css
<style>
span { border-color: #7D1B3E; }
span { border-color: rgb(125,27,62); }
td.TdClassName
{
border-color: #7D1B3E;
}
.TagClassName
{
border-color: #7D1B3E;
}
</style>