Shades of Claret #741431
Tints of Claret #741431
RGB
CMYK
RGB Variations
Color information
#741431 (or 0x741431) is known color: Claret. HEX triplet: 74, 14 and 31. RGB value is (116,20,49). Sum of RGB (Red+Green+Blue) = 116+20+49=185 (24% of max value = 765). Red value is 116 (45.70% from 255 or 62.70% from 185); Green value is 20 (8.20% from 255 or 10.81% from 185); Blue value is 49 (19.53% from 255 or 26.49% from 185); Max value from RGB is 116 - color contains mainly: red. Hex color #741431 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741431 is #8BEBCE. Grayscale: #333333. Windows color (decimal): -9169871 or 3216500. OLE color: 3216500.
HSL color Cylindrical-coordinate representation of color #741431: hue angle of 341.88º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #741431 is Cyan = 0, Magento = 0.83, Yellow = 0.58 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 20 | 49 | - |
| CMYK | 0 | 0.83 | 0.58 | 0.55 |
| HSL | 341.88º | 0.71% | 0.27% | - |
| HSV(B) | 341.88º | 0.83% | 0.45% | - |
| XYZ | 8.01 | 4.44 | 3.34 | - |
| YUV | 52.01 | 126.3 | 173.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 20 | 49 | 0 | 0.83 | 0.58 | 0.55 | 341.88 | 0.71 | 0.27 |
| Hex | 74 | 14 | 31 | 0 | 53 | 3A | 37 | 156 | 47 | 1B |
| Octal | 164 | 24 | 61 | 0 | 123 | 72 | 67 | 526 | 107 | 33 |
| Binary | 1110100 | 10100 | 110001 | 0 | 1010011 | 111010 | 110111 | 101010110 | 1000111 | 11011 |
Color Harmonies of #741431
Complementary color
Monochromatic Colors of #741431
Black with #741431
Text Example
Text Example
White with #741431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741431; }
p { color: rgb(116,20,49); }
H1.HeaderClassName
{
color: #741431;
}
.AnyTagClassName
{
color: #741431;
}
</style>
background-color css
<style>
a { background-color: #741431; }
a { background-color: rgb(116,20,49); }
div.DivClassName
{
background-color: #741431;
}
.BgClassName
{
background-color: #741431;
}
</style>
border-color css
<style>
span { border-color: #741431; }
span { border-color: rgb(116,20,49); }
td.TdClassName
{
border-color: #741431;
}
.TagClassName
{
border-color: #741431;
}
</style>