Shades of Claret #722031
Tints of Claret #722031
RGB
CMYK
RGB Variations
Color information
#722031 (or 0x722031) is known color: Claret. HEX triplet: 72, 20 and 31. RGB value is (114,32,49). Sum of RGB (Red+Green+Blue) = 114+32+49=195 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.46% from 195); Green value is 32 (12.89% from 255 or 16.41% from 195); Blue value is 49 (19.53% from 255 or 25.13% from 195); Max value from RGB is 114 - color contains mainly: red. Hex color #722031 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722031 is #8DDFCE. Grayscale: #3A3A3A. Windows color (decimal): -9297871 or 3219570. OLE color: 3219570.
HSL color Cylindrical-coordinate representation of color #722031: hue angle of 347.56º 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 #722031 is Cyan = 0, Magento = 0.72, Yellow = 0.57 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 32 | 49 | - |
| CMYK | 0 | 0.72 | 0.57 | 0.55 |
| HSL | 347.56º | 0.56% | 0.29% | - |
| HSV(B) | 347.56º | 0.72% | 0.45% | - |
| XYZ | 8.01 | 4.83 | 3.42 | - |
| YUV | 58.46 | 122.67 | 167.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 32 | 49 | 0 | 0.72 | 0.57 | 0.55 | 347.56 | 0.56 | 0.29 |
| Hex | 72 | 20 | 31 | 0 | 48 | 39 | 37 | 15C | 38 | 1D |
| Octal | 162 | 40 | 61 | 0 | 110 | 71 | 67 | 534 | 70 | 35 |
| Binary | 1110010 | 100000 | 110001 | 0 | 1001000 | 111001 | 110111 | 101011100 | 111000 | 11101 |
Color Harmonies of #722031
Complementary color
Monochromatic Colors of #722031
Black with #722031
Text Example
Text Example
White with #722031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722031; }
p { color: rgb(114,32,49); }
H1.HeaderClassName
{
color: #722031;
}
.AnyTagClassName
{
color: #722031;
}
</style>
background-color css
<style>
a { background-color: #722031; }
a { background-color: rgb(114,32,49); }
div.DivClassName
{
background-color: #722031;
}
.BgClassName
{
background-color: #722031;
}
</style>
border-color css
<style>
span { border-color: #722031; }
span { border-color: rgb(114,32,49); }
td.TdClassName
{
border-color: #722031;
}
.TagClassName
{
border-color: #722031;
}
</style>