Shades of Claret #741334
Tints of Claret #741334
RGB
CMYK
RGB Variations
Color information
#741334 (or 0x741334) is known color: Claret. HEX triplet: 74, 13 and 34. RGB value is (116,19,52). Sum of RGB (Red+Green+Blue) = 116+19+52=187 (24% of max value = 765). Red value is 116 (45.70% from 255 or 62.03% from 187); Green value is 19 (7.81% from 255 or 10.16% from 187); Blue value is 52 (20.70% from 255 or 27.81% from 187); Max value from RGB is 116 - color contains mainly: red. Hex color #741334 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741334 is #8BECCB. Grayscale: #333333. Windows color (decimal): -9170124 or 3412852. OLE color: 3412852.
HSL color Cylindrical-coordinate representation of color #741334: hue angle of 339.59º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #741334 is Cyan = 0, Magento = 0.84, Yellow = 0.55 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 19 | 52 | - |
| CMYK | 0 | 0.84 | 0.55 | 0.55 |
| HSL | 339.59º | 0.72% | 0.26% | - |
| HSV(B) | 339.59º | 0.84% | 0.45% | - |
| XYZ | 8.06 | 4.43 | 3.68 | - |
| YUV | 51.77 | 128.14 | 173.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 19 | 52 | 0 | 0.84 | 0.55 | 0.55 | 339.59 | 0.72 | 0.26 |
| Hex | 74 | 13 | 34 | 0 | 54 | 37 | 37 | 154 | 48 | 1A |
| Octal | 164 | 23 | 64 | 0 | 124 | 67 | 67 | 524 | 110 | 32 |
| Binary | 1110100 | 10011 | 110100 | 0 | 1010100 | 110111 | 110111 | 101010100 | 1001000 | 11010 |
Color Harmonies of #741334
Complementary color
Monochromatic Colors of #741334
Black with #741334
Text Example
Text Example
White with #741334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741334; }
p { color: rgb(116,19,52); }
H1.HeaderClassName
{
color: #741334;
}
.AnyTagClassName
{
color: #741334;
}
</style>
background-color css
<style>
a { background-color: #741334; }
a { background-color: rgb(116,19,52); }
div.DivClassName
{
background-color: #741334;
}
.BgClassName
{
background-color: #741334;
}
</style>
border-color css
<style>
span { border-color: #741334; }
span { border-color: rgb(116,19,52); }
td.TdClassName
{
border-color: #741334;
}
.TagClassName
{
border-color: #741334;
}
</style>