Shades of Claret #741D37
Tints of Claret #741D37
RGB
CMYK
RGB Variations
Color information
#741D37 (or 0x741D37) is known color: Claret. HEX triplet: 74, 1D and 37. RGB value is (116,29,55). Sum of RGB (Red+Green+Blue) = 116+29+55=200 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58% from 200); Green value is 29 (11.72% from 255 or 14.5% from 200); Blue value is 55 (21.88% from 255 or 27.5% from 200); Max value from RGB is 116 - color contains mainly: red. Hex color #741D37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #741D37 is #8BE2C8. Grayscale: #393939. Windows color (decimal): -9167561 or 3612020. OLE color: 3612020.
HSL color Cylindrical-coordinate representation of color #741D37: hue angle of 342.07º 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 #741D37 is Cyan = 0, Magento = 0.75, Yellow = 0.53 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 29 | 55 | - |
| CMYK | 0 | 0.75 | 0.53 | 0.55 |
| HSL | 342.07º | 0.6% | 0.28% | - |
| HSV(B) | 342.07º | 0.75% | 0.45% | - |
| XYZ | 8.33 | 4.87 | 4.11 | - |
| YUV | 57.98 | 126.32 | 169.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 29 | 55 | 0 | 0.75 | 0.53 | 0.55 | 342.07 | 0.6 | 0.28 |
| Hex | 74 | 1D | 37 | 0 | 4B | 35 | 37 | 156 | 3C | 1C |
| Octal | 164 | 35 | 67 | 0 | 113 | 65 | 67 | 526 | 74 | 34 |
| Binary | 1110100 | 11101 | 110111 | 0 | 1001011 | 110101 | 110111 | 101010110 | 111100 | 11100 |
Color Harmonies of #741D37
Complementary color
Monochromatic Colors of #741D37
Black with #741D37
Text Example
Text Example
White with #741D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741D37; }
p { color: rgb(116,29,55); }
H1.HeaderClassName
{
color: #741D37;
}
.AnyTagClassName
{
color: #741D37;
}
</style>
background-color css
<style>
a { background-color: #741D37; }
a { background-color: rgb(116,29,55); }
div.DivClassName
{
background-color: #741D37;
}
.BgClassName
{
background-color: #741D37;
}
</style>
border-color css
<style>
span { border-color: #741D37; }
span { border-color: rgb(116,29,55); }
td.TdClassName
{
border-color: #741D37;
}
.TagClassName
{
border-color: #741D37;
}
</style>