Shades of Claret #741333
Tints of Claret #741333
RGB
CMYK
RGB Variations
Color information
#741333 (or 0x741333) is known color: Claret. HEX triplet: 74, 13 and 33. RGB value is (116,19,51). Sum of RGB (Red+Green+Blue) = 116+19+51=186 (24% of max value = 765). Red value is 116 (45.70% from 255 or 62.37% from 186); Green value is 19 (7.81% from 255 or 10.22% from 186); Blue value is 51 (20.31% from 255 or 27.42% from 186); Max value from RGB is 116 - color contains mainly: red. Hex color #741333 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741333 is #8BECCC. Grayscale: #333333. Windows color (decimal): -9170125 or 3347316. OLE color: 3347316.
HSL color Cylindrical-coordinate representation of color #741333: hue angle of 340.21º degrees, saturation: 0.72, 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 #741333 is Cyan = 0, Magento = 0.84, Yellow = 0.56 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 19 | 51 | - |
| CMYK | 0 | 0.84 | 0.56 | 0.55 |
| HSL | 340.21º | 0.72% | 0.26% | - |
| HSV(B) | 340.21º | 0.84% | 0.45% | - |
| XYZ | 8.03 | 4.42 | 3.56 | - |
| YUV | 51.65 | 127.64 | 173.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 19 | 51 | 0 | 0.84 | 0.56 | 0.55 | 340.21 | 0.72 | 0.26 |
| Hex | 74 | 13 | 33 | 0 | 54 | 38 | 37 | 154 | 48 | 1A |
| Octal | 164 | 23 | 63 | 0 | 124 | 70 | 67 | 524 | 110 | 32 |
| Binary | 1110100 | 10011 | 110011 | 0 | 1010100 | 111000 | 110111 | 101010100 | 1001000 | 11010 |
Color Harmonies of #741333
Complementary color
Monochromatic Colors of #741333
Black with #741333
Text Example
Text Example
White with #741333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741333; }
p { color: rgb(116,19,51); }
H1.HeaderClassName
{
color: #741333;
}
.AnyTagClassName
{
color: #741333;
}
</style>
background-color css
<style>
a { background-color: #741333; }
a { background-color: rgb(116,19,51); }
div.DivClassName
{
background-color: #741333;
}
.BgClassName
{
background-color: #741333;
}
</style>
border-color css
<style>
span { border-color: #741333; }
span { border-color: rgb(116,19,51); }
td.TdClassName
{
border-color: #741333;
}
.TagClassName
{
border-color: #741333;
}
</style>