Shades of Claret #722131
Tints of Claret #722131
RGB
CMYK
RGB Variations
Color information
#722131 (or 0x722131) is known color: Claret. HEX triplet: 72, 21 and 31. RGB value is (114,33,49). Sum of RGB (Red+Green+Blue) = 114+33+49=196 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.16% from 196); Green value is 33 (13.28% from 255 or 16.84% from 196); Blue value is 49 (19.53% from 255 or 25% from 196); Max value from RGB is 114 - color contains mainly: red. Hex color #722131 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722131 is #8DDECE. Grayscale: #3B3B3B. Windows color (decimal): -9297615 or 3219826. OLE color: 3219826.
HSL color Cylindrical-coordinate representation of color #722131: hue angle of 348.15º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #722131 is Cyan = 0, Magento = 0.71, Yellow = 0.57 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 33 | 49 | - |
| CMYK | 0 | 0.71 | 0.57 | 0.55 |
| HSL | 348.15º | 0.55% | 0.29% | - |
| HSV(B) | 348.15º | 0.71% | 0.45% | - |
| XYZ | 8.04 | 4.89 | 3.43 | - |
| YUV | 59.04 | 122.34 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 33 | 49 | 0 | 0.71 | 0.57 | 0.55 | 348.15 | 0.55 | 0.29 |
| Hex | 72 | 21 | 31 | 0 | 47 | 39 | 37 | 15C | 37 | 1D |
| Octal | 162 | 41 | 61 | 0 | 107 | 71 | 67 | 534 | 67 | 35 |
| Binary | 1110010 | 100001 | 110001 | 0 | 1000111 | 111001 | 110111 | 101011100 | 110111 | 11101 |
Color Harmonies of #722131
Complementary color
Monochromatic Colors of #722131
Black with #722131
Text Example
Text Example
White with #722131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722131; }
p { color: rgb(114,33,49); }
H1.HeaderClassName
{
color: #722131;
}
.AnyTagClassName
{
color: #722131;
}
</style>
background-color css
<style>
a { background-color: #722131; }
a { background-color: rgb(114,33,49); }
div.DivClassName
{
background-color: #722131;
}
.BgClassName
{
background-color: #722131;
}
</style>
border-color css
<style>
span { border-color: #722131; }
span { border-color: rgb(114,33,49); }
td.TdClassName
{
border-color: #722131;
}
.TagClassName
{
border-color: #722131;
}
</style>