Shades of Claret #7D1B3C
Tints of Claret #7D1B3C
RGB
CMYK
RGB Variations
Color information
#7D1B3C (or 0x7D1B3C) is known color: Claret. HEX triplet: 7D, 1B and 3C. RGB value is (125,27,60). Sum of RGB (Red+Green+Blue) = 125+27+60=212 (28% of max value = 765). Red value is 125 (49.22% from 255 or 58.96% from 212); Green value is 27 (10.94% from 255 or 12.74% from 212); Blue value is 60 (23.83% from 255 or 28.30% from 212); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1B3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D1B3C is #82E4C3. Grayscale: #3C3C3C. Windows color (decimal): -8578244 or 3939197. OLE color: 3939197.
HSL color Cylindrical-coordinate representation of color #7D1B3C: hue angle of 339.8º 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 #7D1B3C is Cyan = 0, Magento = 0.78, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 27 | 60 | - |
| CMYK | 0 | 0.78 | 0.52 | 0.51 |
| HSL | 339.8º | 0.64% | 0.3% | - |
| HSV(B) | 339.8º | 0.78% | 0.49% | - |
| XYZ | 9.66 | 5.47 | 4.82 | - |
| YUV | 60.06 | 127.97 | 174.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 27 | 60 | 0 | 0.78 | 0.52 | 0.51 | 339.8 | 0.64 | 0.3 |
| Hex | 7D | 1B | 3C | 0 | 4E | 34 | 33 | 154 | 40 | 1E |
| Octal | 175 | 33 | 74 | 0 | 116 | 64 | 63 | 524 | 100 | 36 |
| Binary | 1111101 | 11011 | 111100 | 0 | 1001110 | 110100 | 110011 | 101010100 | 1000000 | 11110 |
Color Harmonies of #7D1B3C
Complementary color
Monochromatic Colors of #7D1B3C
Black with #7D1B3C
Text Example
Text Example
White with #7D1B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1B3C; }
p { color: rgb(125,27,60); }
H1.HeaderClassName
{
color: #7D1B3C;
}
.AnyTagClassName
{
color: #7D1B3C;
}
</style>
background-color css
<style>
a { background-color: #7D1B3C; }
a { background-color: rgb(125,27,60); }
div.DivClassName
{
background-color: #7D1B3C;
}
.BgClassName
{
background-color: #7D1B3C;
}
</style>
border-color css
<style>
span { border-color: #7D1B3C; }
span { border-color: rgb(125,27,60); }
td.TdClassName
{
border-color: #7D1B3C;
}
.TagClassName
{
border-color: #7D1B3C;
}
</style>