Shades of Claret #741631
Tints of Claret #741631
RGB
CMYK
RGB Variations
Color information
#741631 (or 0x741631) is known color: Claret. HEX triplet: 74, 16 and 31. RGB value is (116,22,49). Sum of RGB (Red+Green+Blue) = 116+22+49=187 (24% of max value = 765). Red value is 116 (45.70% from 255 or 62.03% from 187); Green value is 22 (8.98% from 255 or 11.76% from 187); Blue value is 49 (19.53% from 255 or 26.20% from 187); Max value from RGB is 116 - color contains mainly: red. Hex color #741631 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741631 is #8BE9CE. Grayscale: #353535. Windows color (decimal): -9169359 or 3217012. OLE color: 3217012.
HSL color Cylindrical-coordinate representation of color #741631: hue angle of 342.77º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #741631 is Cyan = 0, Magento = 0.81, Yellow = 0.58 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 22 | 49 | - |
| CMYK | 0 | 0.81 | 0.58 | 0.55 |
| HSL | 342.77º | 0.68% | 0.27% | - |
| HSV(B) | 342.77º | 0.81% | 0.45% | - |
| XYZ | 8.04 | 4.51 | 3.35 | - |
| YUV | 53.18 | 125.64 | 172.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 22 | 49 | 0 | 0.81 | 0.58 | 0.55 | 342.77 | 0.68 | 0.27 |
| Hex | 74 | 16 | 31 | 0 | 51 | 3A | 37 | 157 | 44 | 1B |
| Octal | 164 | 26 | 61 | 0 | 121 | 72 | 67 | 527 | 104 | 33 |
| Binary | 1110100 | 10110 | 110001 | 0 | 1010001 | 111010 | 110111 | 101010111 | 1000100 | 11011 |
Color Harmonies of #741631
Complementary color
Monochromatic Colors of #741631
Black with #741631
Text Example
Text Example
White with #741631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741631; }
p { color: rgb(116,22,49); }
H1.HeaderClassName
{
color: #741631;
}
.AnyTagClassName
{
color: #741631;
}
</style>
background-color css
<style>
a { background-color: #741631; }
a { background-color: rgb(116,22,49); }
div.DivClassName
{
background-color: #741631;
}
.BgClassName
{
background-color: #741631;
}
</style>
border-color css
<style>
span { border-color: #741631; }
span { border-color: rgb(116,22,49); }
td.TdClassName
{
border-color: #741631;
}
.TagClassName
{
border-color: #741631;
}
</style>