Shades of Claret #741231
Tints of Claret #741231
RGB
CMYK
RGB Variations
Color information
#741231 (or 0x741231) is known color: Claret. HEX triplet: 74, 12 and 31. RGB value is (116,18,49). Sum of RGB (Red+Green+Blue) = 116+18+49=183 (24% of max value = 765). Red value is 116 (45.70% from 255 or 63.39% from 183); Green value is 18 (7.42% from 255 or 9.84% from 183); Blue value is 49 (19.53% from 255 or 26.78% from 183); Max value from RGB is 116 - color contains mainly: red. Hex color #741231 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741231 is #8BEDCE. Grayscale: #323232. Windows color (decimal): -9170383 or 3215988. OLE color: 3215988.
HSL color Cylindrical-coordinate representation of color #741231: hue angle of 341.02º degrees, saturation: 0.73, 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 #741231 is Cyan = 0, Magento = 0.84, Yellow = 0.58 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 18 | 49 | - |
| CMYK | 0 | 0.84 | 0.58 | 0.55 |
| HSL | 341.02º | 0.73% | 0.26% | - |
| HSV(B) | 341.02º | 0.84% | 0.45% | - |
| XYZ | 7.97 | 4.37 | 3.33 | - |
| YUV | 50.84 | 126.97 | 174.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 18 | 49 | 0 | 0.84 | 0.58 | 0.55 | 341.02 | 0.73 | 0.26 |
| Hex | 74 | 12 | 31 | 0 | 54 | 3A | 37 | 155 | 49 | 1A |
| Octal | 164 | 22 | 61 | 0 | 124 | 72 | 67 | 525 | 111 | 32 |
| Binary | 1110100 | 10010 | 110001 | 0 | 1010100 | 111010 | 110111 | 101010101 | 1001001 | 11010 |
Color Harmonies of #741231
Complementary color
Monochromatic Colors of #741231
Black with #741231
Text Example
Text Example
White with #741231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741231; }
p { color: rgb(116,18,49); }
H1.HeaderClassName
{
color: #741231;
}
.AnyTagClassName
{
color: #741231;
}
</style>
background-color css
<style>
a { background-color: #741231; }
a { background-color: rgb(116,18,49); }
div.DivClassName
{
background-color: #741231;
}
.BgClassName
{
background-color: #741231;
}
</style>
border-color css
<style>
span { border-color: #741231; }
span { border-color: rgb(116,18,49); }
td.TdClassName
{
border-color: #741231;
}
.TagClassName
{
border-color: #741231;
}
</style>