Shades of Claret #742134
Tints of Claret #742134
RGB
CMYK
RGB Variations
Color information
#742134 (or 0x742134) is known color: Claret. HEX triplet: 74, 21 and 34. RGB value is (116,33,52). Sum of RGB (Red+Green+Blue) = 116+33+52=201 (26% of max value = 765). Red value is 116 (45.70% from 255 or 57.71% from 201); Green value is 33 (13.28% from 255 or 16.42% from 201); Blue value is 52 (20.70% from 255 or 25.87% from 201); Max value from RGB is 116 - color contains mainly: red. Hex color #742134 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742134 is #8BDECB. Grayscale: #3B3B3B. Windows color (decimal): -9166540 or 3416436. OLE color: 3416436.
HSL color Cylindrical-coordinate representation of color #742134: hue angle of 346.27º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #742134 is Cyan = 0, Magento = 0.72, Yellow = 0.55 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 33 | 52 | - |
| CMYK | 0 | 0.72 | 0.55 | 0.55 |
| HSL | 346.27º | 0.56% | 0.29% | - |
| HSV(B) | 346.27º | 0.72% | 0.45% | - |
| XYZ | 8.37 | 5.05 | 3.78 | - |
| YUV | 59.98 | 123.5 | 167.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 33 | 52 | 0 | 0.72 | 0.55 | 0.55 | 346.27 | 0.56 | 0.29 |
| Hex | 74 | 21 | 34 | 0 | 48 | 37 | 37 | 15A | 38 | 1D |
| Octal | 164 | 41 | 64 | 0 | 110 | 67 | 67 | 532 | 70 | 35 |
| Binary | 1110100 | 100001 | 110100 | 0 | 1001000 | 110111 | 110111 | 101011010 | 111000 | 11101 |
Color Harmonies of #742134
Complementary color
Monochromatic Colors of #742134
Black with #742134
Text Example
Text Example
White with #742134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742134; }
p { color: rgb(116,33,52); }
H1.HeaderClassName
{
color: #742134;
}
.AnyTagClassName
{
color: #742134;
}
</style>
background-color css
<style>
a { background-color: #742134; }
a { background-color: rgb(116,33,52); }
div.DivClassName
{
background-color: #742134;
}
.BgClassName
{
background-color: #742134;
}
</style>
border-color css
<style>
span { border-color: #742134; }
span { border-color: rgb(116,33,52); }
td.TdClassName
{
border-color: #742134;
}
.TagClassName
{
border-color: #742134;
}
</style>