Shades of Claret #741D2E
Tints of Claret #741D2E
RGB
CMYK
RGB Variations
Color information
#741D2E (or 0x741D2E) is known color: Claret. HEX triplet: 74, 1D and 2E. RGB value is (116,29,46). Sum of RGB (Red+Green+Blue) = 116+29+46=191 (25% of max value = 765). Red value is 116 (45.70% from 255 or 60.73% from 191); Green value is 29 (11.72% from 255 or 15.18% from 191); Blue value is 46 (18.36% from 255 or 24.08% from 191); Max value from RGB is 116 - color contains mainly: red. Hex color #741D2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #741D2E is #8BE2D1. Grayscale: #383838. Windows color (decimal): -9167570 or 3022196. OLE color: 3022196.
HSL color Cylindrical-coordinate representation of color #741D2E: hue angle of 348.28º 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 #741D2E is Cyan = 0, Magento = 0.75, Yellow = 0.60 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 29 | 46 | - |
| CMYK | 0 | 0.75 | 0.60 | 0.55 |
| HSL | 348.28º | 0.6% | 0.28% | - |
| HSV(B) | 348.28º | 0.75% | 0.45% | - |
| XYZ | 8.13 | 4.79 | 3.08 | - |
| YUV | 56.95 | 121.82 | 170.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 29 | 46 | 0 | 0.75 | 0.60 | 0.55 | 348.28 | 0.6 | 0.28 |
| Hex | 74 | 1D | 2E | 0 | 4B | 3C | 37 | 15C | 3C | 1C |
| Octal | 164 | 35 | 56 | 0 | 113 | 74 | 67 | 534 | 74 | 34 |
| Binary | 1110100 | 11101 | 101110 | 0 | 1001011 | 111100 | 110111 | 101011100 | 111100 | 11100 |
Color Harmonies of #741D2E
Complementary color
Monochromatic Colors of #741D2E
Black with #741D2E
Text Example
Text Example
White with #741D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741D2E; }
p { color: rgb(116,29,46); }
H1.HeaderClassName
{
color: #741D2E;
}
.AnyTagClassName
{
color: #741D2E;
}
</style>
background-color css
<style>
a { background-color: #741D2E; }
a { background-color: rgb(116,29,46); }
div.DivClassName
{
background-color: #741D2E;
}
.BgClassName
{
background-color: #741D2E;
}
</style>
border-color css
<style>
span { border-color: #741D2E; }
span { border-color: rgb(116,29,46); }
td.TdClassName
{
border-color: #741D2E;
}
.TagClassName
{
border-color: #741D2E;
}
</style>