Shades of Claret #742031
Tints of Claret #742031
RGB
CMYK
RGB Variations
Color information
#742031 (or 0x742031) is known color: Claret. HEX triplet: 74, 20 and 31. RGB value is (116,32,49). Sum of RGB (Red+Green+Blue) = 116+32+49=197 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58.88% from 197); Green value is 32 (12.89% from 255 or 16.24% from 197); Blue value is 49 (19.53% from 255 or 24.87% from 197); Max value from RGB is 116 - color contains mainly: red. Hex color #742031 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742031 is #8BDFCE. Grayscale: #3B3B3B. Windows color (decimal): -9166799 or 3219572. OLE color: 3219572.
HSL color Cylindrical-coordinate representation of color #742031: hue angle of 347.86º 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 #742031 is Cyan = 0, Magento = 0.72, Yellow = 0.58 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 32 | 49 | - |
| CMYK | 0 | 0.72 | 0.58 | 0.55 |
| HSL | 347.86º | 0.57% | 0.29% | - |
| HSV(B) | 347.86º | 0.72% | 0.45% | - |
| XYZ | 8.27 | 4.97 | 3.43 | - |
| YUV | 59.05 | 122.33 | 168.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 32 | 49 | 0 | 0.72 | 0.58 | 0.55 | 347.86 | 0.57 | 0.29 |
| Hex | 74 | 20 | 31 | 0 | 48 | 3A | 37 | 15C | 39 | 1D |
| Octal | 164 | 40 | 61 | 0 | 110 | 72 | 67 | 534 | 71 | 35 |
| Binary | 1110100 | 100000 | 110001 | 0 | 1001000 | 111010 | 110111 | 101011100 | 111001 | 11101 |
Color Harmonies of #742031
Complementary color
Monochromatic Colors of #742031
Black with #742031
Text Example
Text Example
White with #742031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742031; }
p { color: rgb(116,32,49); }
H1.HeaderClassName
{
color: #742031;
}
.AnyTagClassName
{
color: #742031;
}
</style>
background-color css
<style>
a { background-color: #742031; }
a { background-color: rgb(116,32,49); }
div.DivClassName
{
background-color: #742031;
}
.BgClassName
{
background-color: #742031;
}
</style>
border-color css
<style>
span { border-color: #742031; }
span { border-color: rgb(116,32,49); }
td.TdClassName
{
border-color: #742031;
}
.TagClassName
{
border-color: #742031;
}
</style>