Shades of Claret #7D1A3C
Tints of Claret #7D1A3C
RGB
CMYK
RGB Variations
Color information
#7D1A3C (or 0x7D1A3C) is known color: Claret. HEX triplet: 7D, 1A and 3C. RGB value is (125,26,60). Sum of RGB (Red+Green+Blue) = 125+26+60=211 (27% of max value = 765). Red value is 125 (49.22% from 255 or 59.24% from 211); Green value is 26 (10.55% from 255 or 12.32% from 211); Blue value is 60 (23.83% from 255 or 28.44% from 211); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1A3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D1A3C is #82E5C3. Grayscale: #3B3B3B. Windows color (decimal): -8578500 or 3938941. OLE color: 3938941.
HSL color Cylindrical-coordinate representation of color #7D1A3C: hue angle of 339.39º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7D1A3C is Cyan = 0, Magento = 0.79, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 26 | 60 | - |
| CMYK | 0 | 0.79 | 0.52 | 0.51 |
| HSL | 339.39º | 0.66% | 0.3% | - |
| HSV(B) | 339.39º | 0.79% | 0.49% | - |
| XYZ | 9.64 | 5.43 | 4.81 | - |
| YUV | 59.48 | 128.3 | 174.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 26 | 60 | 0 | 0.79 | 0.52 | 0.51 | 339.39 | 0.66 | 0.3 |
| Hex | 7D | 1A | 3C | 0 | 4F | 34 | 33 | 153 | 42 | 1E |
| Octal | 175 | 32 | 74 | 0 | 117 | 64 | 63 | 523 | 102 | 36 |
| Binary | 1111101 | 11010 | 111100 | 0 | 1001111 | 110100 | 110011 | 101010011 | 1000010 | 11110 |
Color Harmonies of #7D1A3C
Complementary color
Monochromatic Colors of #7D1A3C
Black with #7D1A3C
Text Example
Text Example
White with #7D1A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1A3C; }
p { color: rgb(125,26,60); }
H1.HeaderClassName
{
color: #7D1A3C;
}
.AnyTagClassName
{
color: #7D1A3C;
}
</style>
background-color css
<style>
a { background-color: #7D1A3C; }
a { background-color: rgb(125,26,60); }
div.DivClassName
{
background-color: #7D1A3C;
}
.BgClassName
{
background-color: #7D1A3C;
}
</style>
border-color css
<style>
span { border-color: #7D1A3C; }
span { border-color: rgb(125,26,60); }
td.TdClassName
{
border-color: #7D1A3C;
}
.TagClassName
{
border-color: #7D1A3C;
}
</style>