Shades of Claret #741A2E
Tints of Claret #741A2E
RGB
CMYK
RGB Variations
Color information
#741A2E (or 0x741A2E) is known color: Claret. HEX triplet: 74, 1A and 2E. RGB value is (116,26,46). Sum of RGB (Red+Green+Blue) = 116+26+46=188 (24% of max value = 765). Red value is 116 (45.70% from 255 or 61.70% from 188); Green value is 26 (10.55% from 255 or 13.83% from 188); Blue value is 46 (18.36% from 255 or 24.47% from 188); Max value from RGB is 116 - color contains mainly: red. Hex color #741A2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #741A2E is #8BE5D1. Grayscale: #373737. Windows color (decimal): -9168338 or 3021428. OLE color: 3021428.
HSL color Cylindrical-coordinate representation of color #741A2E: hue angle of 346.67º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #741A2E is Cyan = 0, Magento = 0.78, Yellow = 0.60 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 26 | 46 | - |
| CMYK | 0 | 0.78 | 0.60 | 0.55 |
| HSL | 346.67º | 0.63% | 0.28% | - |
| HSV(B) | 346.67º | 0.78% | 0.45% | - |
| XYZ | 8.06 | 4.65 | 3.06 | - |
| YUV | 55.19 | 122.82 | 171.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 26 | 46 | 0 | 0.78 | 0.60 | 0.55 | 346.67 | 0.63 | 0.28 |
| Hex | 74 | 1A | 2E | 0 | 4E | 3C | 37 | 15B | 3F | 1C |
| Octal | 164 | 32 | 56 | 0 | 116 | 74 | 67 | 533 | 77 | 34 |
| Binary | 1110100 | 11010 | 101110 | 0 | 1001110 | 111100 | 110111 | 101011011 | 111111 | 11100 |
Color Harmonies of #741A2E
Complementary color
Monochromatic Colors of #741A2E
Black with #741A2E
Text Example
Text Example
White with #741A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741A2E; }
p { color: rgb(116,26,46); }
H1.HeaderClassName
{
color: #741A2E;
}
.AnyTagClassName
{
color: #741A2E;
}
</style>
background-color css
<style>
a { background-color: #741A2E; }
a { background-color: rgb(116,26,46); }
div.DivClassName
{
background-color: #741A2E;
}
.BgClassName
{
background-color: #741A2E;
}
</style>
border-color css
<style>
span { border-color: #741A2E; }
span { border-color: rgb(116,26,46); }
td.TdClassName
{
border-color: #741A2E;
}
.TagClassName
{
border-color: #741A2E;
}
</style>