Shades of Claret #742637
Tints of Claret #742637
RGB
CMYK
RGB Variations
Color information
#742637 (or 0x742637) is known color: Claret. HEX triplet: 74, 26 and 37. RGB value is (116,38,55). Sum of RGB (Red+Green+Blue) = 116+38+55=209 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.50% from 209); Green value is 38 (15.23% from 255 or 18.18% from 209); Blue value is 55 (21.88% from 255 or 26.32% from 209); Max value from RGB is 116 - color contains mainly: red. Hex color #742637 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742637 is #8BD9C8. Grayscale: #3F3F3F. Windows color (decimal): -9165257 or 3614324. OLE color: 3614324.
HSL color Cylindrical-coordinate representation of color #742637: hue angle of 346.92º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #742637 is Cyan = 0, Magento = 0.67, Yellow = 0.53 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 38 | 55 | - |
| CMYK | 0 | 0.67 | 0.53 | 0.55 |
| HSL | 346.92º | 0.51% | 0.3% | - |
| HSV(B) | 346.92º | 0.67% | 0.45% | - |
| XYZ | 8.59 | 5.38 | 4.2 | - |
| YUV | 63.26 | 123.34 | 165.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 38 | 55 | 0 | 0.67 | 0.53 | 0.55 | 346.92 | 0.51 | 0.3 |
| Hex | 74 | 26 | 37 | 0 | 43 | 35 | 37 | 15B | 33 | 1E |
| Octal | 164 | 46 | 67 | 0 | 103 | 65 | 67 | 533 | 63 | 36 |
| Binary | 1110100 | 100110 | 110111 | 0 | 1000011 | 110101 | 110111 | 101011011 | 110011 | 11110 |
Color Harmonies of #742637
Complementary color
Monochromatic Colors of #742637
Black with #742637
Text Example
Text Example
White with #742637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742637; }
p { color: rgb(116,38,55); }
H1.HeaderClassName
{
color: #742637;
}
.AnyTagClassName
{
color: #742637;
}
</style>
background-color css
<style>
a { background-color: #742637; }
a { background-color: rgb(116,38,55); }
div.DivClassName
{
background-color: #742637;
}
.BgClassName
{
background-color: #742637;
}
</style>
border-color css
<style>
span { border-color: #742637; }
span { border-color: rgb(116,38,55); }
td.TdClassName
{
border-color: #742637;
}
.TagClassName
{
border-color: #742637;
}
</style>