Shades of Claret #741133
Tints of Claret #741133
RGB
CMYK
RGB Variations
Color information
#741133 (or 0x741133) is known color: Claret. HEX triplet: 74, 11 and 33. RGB value is (116,17,51). Sum of RGB (Red+Green+Blue) = 116+17+51=184 (24% of max value = 765). Red value is 116 (45.70% from 255 or 63.04% from 184); Green value is 17 (7.03% from 255 or 9.24% from 184); Blue value is 51 (20.31% from 255 or 27.72% from 184); Max value from RGB is 116 - color contains mainly: red. Hex color #741133 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741133 is #8BEECC. Grayscale: #323232. Windows color (decimal): -9170637 or 3346804. OLE color: 3346804.
HSL color Cylindrical-coordinate representation of color #741133: hue angle of 339.39º 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 #741133 is Cyan = 0, Magento = 0.85, Yellow = 0.56 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 17 | 51 | - |
| CMYK | 0 | 0.85 | 0.56 | 0.55 |
| HSL | 339.39º | 0.74% | 0.26% | - |
| HSV(B) | 339.39º | 0.85% | 0.45% | - |
| XYZ | 8 | 4.35 | 3.55 | - |
| YUV | 50.48 | 128.3 | 174.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 17 | 51 | 0 | 0.85 | 0.56 | 0.55 | 339.39 | 0.74 | 0.26 |
| Hex | 74 | 11 | 33 | 0 | 55 | 38 | 37 | 153 | 4A | 1A |
| Octal | 164 | 21 | 63 | 0 | 125 | 70 | 67 | 523 | 112 | 32 |
| Binary | 1110100 | 10001 | 110011 | 0 | 1010101 | 111000 | 110111 | 101010011 | 1001010 | 11010 |
Color Harmonies of #741133
Complementary color
Monochromatic Colors of #741133
Black with #741133
Text Example
Text Example
White with #741133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741133; }
p { color: rgb(116,17,51); }
H1.HeaderClassName
{
color: #741133;
}
.AnyTagClassName
{
color: #741133;
}
</style>
background-color css
<style>
a { background-color: #741133; }
a { background-color: rgb(116,17,51); }
div.DivClassName
{
background-color: #741133;
}
.BgClassName
{
background-color: #741133;
}
</style>
border-color css
<style>
span { border-color: #741133; }
span { border-color: rgb(116,17,51); }
td.TdClassName
{
border-color: #741133;
}
.TagClassName
{
border-color: #741133;
}
</style>