Shades of Claret #741132
Tints of Claret #741132
RGB
CMYK
RGB Variations
Color information
#741132 (or 0x741132) is known color: Claret. HEX triplet: 74, 11 and 32. RGB value is (116,17,50). Sum of RGB (Red+Green+Blue) = 116+17+50=183 (24% of max value = 765). Red value is 116 (45.70% from 255 or 63.39% from 183); Green value is 17 (7.03% from 255 or 9.29% from 183); Blue value is 50 (19.92% from 255 or 27.32% from 183); Max value from RGB is 116 - color contains mainly: red. Hex color #741132 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741132 is #8BEECD. Grayscale: #323232. Windows color (decimal): -9170638 or 3281268. OLE color: 3281268.
HSL color Cylindrical-coordinate representation of color #741132: hue angle of 340º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #741132 is Cyan = 0, Magento = 0.85, Yellow = 0.57 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 17 | 50 | - |
| CMYK | 0 | 0.85 | 0.57 | 0.55 |
| HSL | 340º | 0.74% | 0.26% | - |
| HSV(B) | 340º | 0.85% | 0.45% | - |
| XYZ | 7.98 | 4.34 | 3.44 | - |
| YUV | 50.36 | 127.8 | 174.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 17 | 50 | 0 | 0.85 | 0.57 | 0.55 | 340 | 0.74 | 0.26 |
| Hex | 74 | 11 | 32 | 0 | 55 | 39 | 37 | 154 | 4A | 1A |
| Octal | 164 | 21 | 62 | 0 | 125 | 71 | 67 | 524 | 112 | 32 |
| Binary | 1110100 | 10001 | 110010 | 0 | 1010101 | 111001 | 110111 | 101010100 | 1001010 | 11010 |
Color Harmonies of #741132
Complementary color
Monochromatic Colors of #741132
Black with #741132
Text Example
Text Example
White with #741132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741132; }
p { color: rgb(116,17,50); }
H1.HeaderClassName
{
color: #741132;
}
.AnyTagClassName
{
color: #741132;
}
</style>
background-color css
<style>
a { background-color: #741132; }
a { background-color: rgb(116,17,50); }
div.DivClassName
{
background-color: #741132;
}
.BgClassName
{
background-color: #741132;
}
</style>
border-color css
<style>
span { border-color: #741132; }
span { border-color: rgb(116,17,50); }
td.TdClassName
{
border-color: #741132;
}
.TagClassName
{
border-color: #741132;
}
</style>