Shades of Claret #742032
Tints of Claret #742032
RGB
CMYK
RGB Variations
Color information
#742032 (or 0x742032) is known color: Claret. HEX triplet: 74, 20 and 32. RGB value is (116,32,50). Sum of RGB (Red+Green+Blue) = 116+32+50=198 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58.59% from 198); Green value is 32 (12.89% from 255 or 16.16% from 198); Blue value is 50 (19.92% from 255 or 25.25% from 198); Max value from RGB is 116 - color contains mainly: red. Hex color #742032 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742032 is #8BDFCD. Grayscale: #3B3B3B. Windows color (decimal): -9166798 or 3285108. OLE color: 3285108.
HSL color Cylindrical-coordinate representation of color #742032: hue angle of 347.14º degrees, saturation: 0.57, 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 #742032 is Cyan = 0, Magento = 0.72, Yellow = 0.57 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 32 | 50 | - |
| CMYK | 0 | 0.72 | 0.57 | 0.55 |
| HSL | 347.14º | 0.57% | 0.29% | - |
| HSV(B) | 347.14º | 0.72% | 0.45% | - |
| XYZ | 8.29 | 4.98 | 3.54 | - |
| YUV | 59.17 | 122.83 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 32 | 50 | 0 | 0.72 | 0.57 | 0.55 | 347.14 | 0.57 | 0.29 |
| Hex | 74 | 20 | 32 | 0 | 48 | 39 | 37 | 15B | 39 | 1D |
| Octal | 164 | 40 | 62 | 0 | 110 | 71 | 67 | 533 | 71 | 35 |
| Binary | 1110100 | 100000 | 110010 | 0 | 1001000 | 111001 | 110111 | 101011011 | 111001 | 11101 |
Color Harmonies of #742032
Complementary color
Monochromatic Colors of #742032
Black with #742032
Text Example
Text Example
White with #742032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742032; }
p { color: rgb(116,32,50); }
H1.HeaderClassName
{
color: #742032;
}
.AnyTagClassName
{
color: #742032;
}
</style>
background-color css
<style>
a { background-color: #742032; }
a { background-color: rgb(116,32,50); }
div.DivClassName
{
background-color: #742032;
}
.BgClassName
{
background-color: #742032;
}
</style>
border-color css
<style>
span { border-color: #742032; }
span { border-color: rgb(116,32,50); }
td.TdClassName
{
border-color: #742032;
}
.TagClassName
{
border-color: #742032;
}
</style>