Shades of Claret #7D1339
Tints of Claret #7D1339
RGB
CMYK
RGB Variations
Color information
#7D1339 (or 0x7D1339) is known color: Claret. HEX triplet: 7D, 13 and 39. RGB value is (125,19,57). Sum of RGB (Red+Green+Blue) = 125+19+57=201 (26% of max value = 765). Red value is 125 (49.22% from 255 or 62.19% from 201); Green value is 19 (7.81% from 255 or 9.45% from 201); Blue value is 57 (22.66% from 255 or 28.36% from 201); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1339 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D1339 is #82ECC6. Grayscale: #363636. Windows color (decimal): -8580295 or 3740541. OLE color: 3740541.
HSL color Cylindrical-coordinate representation of color #7D1339: hue angle of 338.49º 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 #7D1339 is Cyan = 0, Magento = 0.85, Yellow = 0.54 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 19 | 57 | - |
| CMYK | 0 | 0.85 | 0.54 | 0.51 |
| HSL | 338.49º | 0.74% | 0.28% | - |
| HSV(B) | 338.49º | 0.85% | 0.49% | - |
| XYZ | 9.43 | 5.12 | 4.36 | - |
| YUV | 55.03 | 129.12 | 177.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 19 | 57 | 0 | 0.85 | 0.54 | 0.51 | 338.49 | 0.74 | 0.28 |
| Hex | 7D | 13 | 39 | 0 | 55 | 36 | 33 | 152 | 4A | 1C |
| Octal | 175 | 23 | 71 | 0 | 125 | 66 | 63 | 522 | 112 | 34 |
| Binary | 1111101 | 10011 | 111001 | 0 | 1010101 | 110110 | 110011 | 101010010 | 1001010 | 11100 |
Color Harmonies of #7D1339
Complementary color
Monochromatic Colors of #7D1339
Black with #7D1339
Text Example
Text Example
White with #7D1339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1339; }
p { color: rgb(125,19,57); }
H1.HeaderClassName
{
color: #7D1339;
}
.AnyTagClassName
{
color: #7D1339;
}
</style>
background-color css
<style>
a { background-color: #7D1339; }
a { background-color: rgb(125,19,57); }
div.DivClassName
{
background-color: #7D1339;
}
.BgClassName
{
background-color: #7D1339;
}
</style>
border-color css
<style>
span { border-color: #7D1339; }
span { border-color: rgb(125,19,57); }
td.TdClassName
{
border-color: #7D1339;
}
.TagClassName
{
border-color: #7D1339;
}
</style>