Shades of Claret #7D1B3D
Tints of Claret #7D1B3D
RGB
CMYK
RGB Variations
Color information
#7D1B3D (or 0x7D1B3D) is known color: Claret. HEX triplet: 7D, 1B and 3D. RGB value is (125,27,61). Sum of RGB (Red+Green+Blue) = 125+27+61=213 (28% of max value = 765). Red value is 125 (49.22% from 255 or 58.69% from 213); Green value is 27 (10.94% from 255 or 12.68% from 213); Blue value is 61 (24.22% from 255 or 28.64% from 213); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1B3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D1B3D is #82E4C2. Grayscale: #3C3C3C. Windows color (decimal): -8578243 or 4004733. OLE color: 4004733.
HSL color Cylindrical-coordinate representation of color #7D1B3D: hue angle of 339.18º 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 #7D1B3D is Cyan = 0, Magento = 0.78, Yellow = 0.51 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 27 | 61 | - |
| CMYK | 0 | 0.78 | 0.51 | 0.51 |
| HSL | 339.18º | 0.64% | 0.3% | - |
| HSV(B) | 339.18º | 0.78% | 0.49% | - |
| XYZ | 9.69 | 5.48 | 4.96 | - |
| YUV | 60.18 | 128.47 | 174.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 27 | 61 | 0 | 0.78 | 0.51 | 0.51 | 339.18 | 0.64 | 0.3 |
| Hex | 7D | 1B | 3D | 0 | 4E | 33 | 33 | 153 | 40 | 1E |
| Octal | 175 | 33 | 75 | 0 | 116 | 63 | 63 | 523 | 100 | 36 |
| Binary | 1111101 | 11011 | 111101 | 0 | 1001110 | 110011 | 110011 | 101010011 | 1000000 | 11110 |
Color Harmonies of #7D1B3D
Complementary color
Monochromatic Colors of #7D1B3D
Black with #7D1B3D
Text Example
Text Example
White with #7D1B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1B3D; }
p { color: rgb(125,27,61); }
H1.HeaderClassName
{
color: #7D1B3D;
}
.AnyTagClassName
{
color: #7D1B3D;
}
</style>
background-color css
<style>
a { background-color: #7D1B3D; }
a { background-color: rgb(125,27,61); }
div.DivClassName
{
background-color: #7D1B3D;
}
.BgClassName
{
background-color: #7D1B3D;
}
</style>
border-color css
<style>
span { border-color: #7D1B3D; }
span { border-color: rgb(125,27,61); }
td.TdClassName
{
border-color: #7D1B3D;
}
.TagClassName
{
border-color: #7D1B3D;
}
</style>