Shades of Claret #7D1B3A
Tints of Claret #7D1B3A
RGB
CMYK
RGB Variations
Color information
#7D1B3A (or 0x7D1B3A) is known color: Claret. HEX triplet: 7D, 1B and 3A. RGB value is (125,27,58). Sum of RGB (Red+Green+Blue) = 125+27+58=210 (27% of max value = 765). Red value is 125 (49.22% from 255 or 59.52% from 210); Green value is 27 (10.94% from 255 or 12.86% from 210); Blue value is 58 (23.05% from 255 or 27.62% from 210); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1B3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D1B3A is #82E4C5. Grayscale: #3B3B3B. Windows color (decimal): -8578246 or 3808125. OLE color: 3808125.
HSL color Cylindrical-coordinate representation of color #7D1B3A: hue angle of 341.02º 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 #7D1B3A is Cyan = 0, Magento = 0.78, Yellow = 0.54 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 27 | 58 | - |
| CMYK | 0 | 0.78 | 0.54 | 0.51 |
| HSL | 341.02º | 0.64% | 0.3% | - |
| HSV(B) | 341.02º | 0.78% | 0.49% | - |
| XYZ | 9.61 | 5.45 | 4.55 | - |
| YUV | 59.84 | 126.97 | 174.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 27 | 58 | 0 | 0.78 | 0.54 | 0.51 | 341.02 | 0.64 | 0.3 |
| Hex | 7D | 1B | 3A | 0 | 4E | 36 | 33 | 155 | 40 | 1E |
| Octal | 175 | 33 | 72 | 0 | 116 | 66 | 63 | 525 | 100 | 36 |
| Binary | 1111101 | 11011 | 111010 | 0 | 1001110 | 110110 | 110011 | 101010101 | 1000000 | 11110 |
Color Harmonies of #7D1B3A
Complementary color
Monochromatic Colors of #7D1B3A
Black with #7D1B3A
Text Example
Text Example
White with #7D1B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1B3A; }
p { color: rgb(125,27,58); }
H1.HeaderClassName
{
color: #7D1B3A;
}
.AnyTagClassName
{
color: #7D1B3A;
}
</style>
background-color css
<style>
a { background-color: #7D1B3A; }
a { background-color: rgb(125,27,58); }
div.DivClassName
{
background-color: #7D1B3A;
}
.BgClassName
{
background-color: #7D1B3A;
}
</style>
border-color css
<style>
span { border-color: #7D1B3A; }
span { border-color: rgb(125,27,58); }
td.TdClassName
{
border-color: #7D1B3A;
}
.TagClassName
{
border-color: #7D1B3A;
}
</style>