Shades of Claret #7D1332
Tints of Claret #7D1332
RGB
CMYK
RGB Variations
Color information
#7D1332 (or 0x7D1332) is known color: Claret. HEX triplet: 7D, 13 and 32. RGB value is (125,19,50). Sum of RGB (Red+Green+Blue) = 125+19+50=194 (25% of max value = 765). Red value is 125 (49.22% from 255 or 64.43% from 194); Green value is 19 (7.81% from 255 or 9.79% from 194); Blue value is 50 (19.92% from 255 or 25.77% from 194); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1332 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D1332 is #82ECCD. Grayscale: #363636. Windows color (decimal): -8580302 or 3281789. OLE color: 3281789.
HSL color Cylindrical-coordinate representation of color #7D1332: hue angle of 342.45º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7D1332 is Cyan = 0, Magento = 0.85, Yellow = 0.60 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 19 | 50 | - |
| CMYK | 0 | 0.85 | 0.60 | 0.51 |
| HSL | 342.45º | 0.74% | 0.28% | - |
| HSV(B) | 342.45º | 0.85% | 0.49% | - |
| XYZ | 9.27 | 5.06 | 3.51 | - |
| YUV | 54.23 | 125.62 | 178.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 19 | 50 | 0 | 0.85 | 0.60 | 0.51 | 342.45 | 0.74 | 0.28 |
| Hex | 7D | 13 | 32 | 0 | 55 | 3C | 33 | 156 | 4A | 1C |
| Octal | 175 | 23 | 62 | 0 | 125 | 74 | 63 | 526 | 112 | 34 |
| Binary | 1111101 | 10011 | 110010 | 0 | 1010101 | 111100 | 110011 | 101010110 | 1001010 | 11100 |
Color Harmonies of #7D1332
Complementary color
Monochromatic Colors of #7D1332
Black with #7D1332
Text Example
Text Example
White with #7D1332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1332; }
p { color: rgb(125,19,50); }
H1.HeaderClassName
{
color: #7D1332;
}
.AnyTagClassName
{
color: #7D1332;
}
</style>
background-color css
<style>
a { background-color: #7D1332; }
a { background-color: rgb(125,19,50); }
div.DivClassName
{
background-color: #7D1332;
}
.BgClassName
{
background-color: #7D1332;
}
</style>
border-color css
<style>
span { border-color: #7D1332; }
span { border-color: rgb(125,19,50); }
td.TdClassName
{
border-color: #7D1332;
}
.TagClassName
{
border-color: #7D1332;
}
</style>