Shades of Claret #741D39
Tints of Claret #741D39
RGB
CMYK
RGB Variations
Color information
#741D39 (or 0x741D39) is known color: Claret. HEX triplet: 74, 1D and 39. RGB value is (116,29,57). Sum of RGB (Red+Green+Blue) = 116+29+57=202 (26% of max value = 765). Red value is 116 (45.70% from 255 or 57.43% from 202); Green value is 29 (11.72% from 255 or 14.36% from 202); Blue value is 57 (22.66% from 255 or 28.22% from 202); Max value from RGB is 116 - color contains mainly: red. Hex color #741D39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #741D39 is #8BE2C6. Grayscale: #3A3A3A. Windows color (decimal): -9167559 or 3743092. OLE color: 3743092.
HSL color Cylindrical-coordinate representation of color #741D39: hue angle of 340.69º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #741D39 is Cyan = 0, Magento = 0.75, Yellow = 0.51 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 29 | 57 | - |
| CMYK | 0 | 0.75 | 0.51 | 0.55 |
| HSL | 340.69º | 0.6% | 0.28% | - |
| HSV(B) | 340.69º | 0.75% | 0.45% | - |
| XYZ | 8.38 | 4.89 | 4.37 | - |
| YUV | 58.21 | 127.32 | 169.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 29 | 57 | 0 | 0.75 | 0.51 | 0.55 | 340.69 | 0.6 | 0.28 |
| Hex | 74 | 1D | 39 | 0 | 4B | 33 | 37 | 155 | 3C | 1C |
| Octal | 164 | 35 | 71 | 0 | 113 | 63 | 67 | 525 | 74 | 34 |
| Binary | 1110100 | 11101 | 111001 | 0 | 1001011 | 110011 | 110111 | 101010101 | 111100 | 11100 |
Color Harmonies of #741D39
Complementary color
Monochromatic Colors of #741D39
Black with #741D39
Text Example
Text Example
White with #741D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741D39; }
p { color: rgb(116,29,57); }
H1.HeaderClassName
{
color: #741D39;
}
.AnyTagClassName
{
color: #741D39;
}
</style>
background-color css
<style>
a { background-color: #741D39; }
a { background-color: rgb(116,29,57); }
div.DivClassName
{
background-color: #741D39;
}
.BgClassName
{
background-color: #741D39;
}
</style>
border-color css
<style>
span { border-color: #741D39; }
span { border-color: rgb(116,29,57); }
td.TdClassName
{
border-color: #741D39;
}
.TagClassName
{
border-color: #741D39;
}
</style>