Shades of Claret #741E33
Tints of Claret #741E33
RGB
CMYK
RGB Variations
Color information
#741E33 (or 0x741E33) is known color: Claret. HEX triplet: 74, 1E and 33. RGB value is (116,30,51). Sum of RGB (Red+Green+Blue) = 116+30+51=197 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58.88% from 197); Green value is 30 (12.11% from 255 or 15.23% from 197); Blue value is 51 (20.31% from 255 or 25.89% from 197); Max value from RGB is 116 - color contains mainly: red. Hex color #741E33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #741E33 is #8BE1CC. Grayscale: #3A3A3A. Windows color (decimal): -9167309 or 3350132. OLE color: 3350132.
HSL color Cylindrical-coordinate representation of color #741E33: hue angle of 345.35º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #741E33 is Cyan = 0, Magento = 0.74, Yellow = 0.56 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 30 | 51 | - |
| CMYK | 0 | 0.74 | 0.56 | 0.55 |
| HSL | 345.35º | 0.59% | 0.29% | - |
| HSV(B) | 345.35º | 0.74% | 0.45% | - |
| XYZ | 8.26 | 4.88 | 3.64 | - |
| YUV | 58.11 | 123.99 | 169.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 30 | 51 | 0 | 0.74 | 0.56 | 0.55 | 345.35 | 0.59 | 0.29 |
| Hex | 74 | 1E | 33 | 0 | 4A | 38 | 37 | 159 | 3B | 1D |
| Octal | 164 | 36 | 63 | 0 | 112 | 70 | 67 | 531 | 73 | 35 |
| Binary | 1110100 | 11110 | 110011 | 0 | 1001010 | 111000 | 110111 | 101011001 | 111011 | 11101 |
Color Harmonies of #741E33
Complementary color
Monochromatic Colors of #741E33
Black with #741E33
Text Example
Text Example
White with #741E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741E33; }
p { color: rgb(116,30,51); }
H1.HeaderClassName
{
color: #741E33;
}
.AnyTagClassName
{
color: #741E33;
}
</style>
background-color css
<style>
a { background-color: #741E33; }
a { background-color: rgb(116,30,51); }
div.DivClassName
{
background-color: #741E33;
}
.BgClassName
{
background-color: #741E33;
}
</style>
border-color css
<style>
span { border-color: #741E33; }
span { border-color: rgb(116,30,51); }
td.TdClassName
{
border-color: #741E33;
}
.TagClassName
{
border-color: #741E33;
}
</style>