Shades of Claret #742136
Tints of Claret #742136
RGB
CMYK
RGB Variations
Color information
#742136 (or 0x742136) is known color: Claret. HEX triplet: 74, 21 and 36. RGB value is (116,33,54). Sum of RGB (Red+Green+Blue) = 116+33+54=203 (26% of max value = 765). Red value is 116 (45.70% from 255 or 57.14% from 203); Green value is 33 (13.28% from 255 or 16.26% from 203); Blue value is 54 (21.48% from 255 or 26.60% from 203); Max value from RGB is 116 - color contains mainly: red. Hex color #742136 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742136 is #8BDEC9. Grayscale: #3C3C3C. Windows color (decimal): -9166538 or 3547508. OLE color: 3547508.
HSL color Cylindrical-coordinate representation of color #742136: hue angle of 344.82º 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 #742136 is Cyan = 0, Magento = 0.72, Yellow = 0.53 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 33 | 54 | - |
| CMYK | 0 | 0.72 | 0.53 | 0.55 |
| HSL | 344.82º | 0.56% | 0.29% | - |
| HSV(B) | 344.82º | 0.72% | 0.45% | - |
| XYZ | 8.41 | 5.07 | 4.02 | - |
| YUV | 60.21 | 124.5 | 167.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 33 | 54 | 0 | 0.72 | 0.53 | 0.55 | 344.82 | 0.56 | 0.29 |
| Hex | 74 | 21 | 36 | 0 | 48 | 35 | 37 | 159 | 38 | 1D |
| Octal | 164 | 41 | 66 | 0 | 110 | 65 | 67 | 531 | 70 | 35 |
| Binary | 1110100 | 100001 | 110110 | 0 | 1001000 | 110101 | 110111 | 101011001 | 111000 | 11101 |
Color Harmonies of #742136
Complementary color
Monochromatic Colors of #742136
Black with #742136
Text Example
Text Example
White with #742136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742136; }
p { color: rgb(116,33,54); }
H1.HeaderClassName
{
color: #742136;
}
.AnyTagClassName
{
color: #742136;
}
</style>
background-color css
<style>
a { background-color: #742136; }
a { background-color: rgb(116,33,54); }
div.DivClassName
{
background-color: #742136;
}
.BgClassName
{
background-color: #742136;
}
</style>
border-color css
<style>
span { border-color: #742136; }
span { border-color: rgb(116,33,54); }
td.TdClassName
{
border-color: #742136;
}
.TagClassName
{
border-color: #742136;
}
</style>