Shades of Claret #721331
Tints of Claret #721331
RGB
CMYK
RGB Variations
Color information
#721331 (or 0x721331) is known color: Claret. HEX triplet: 72, 13 and 31. RGB value is (114,19,49). Sum of RGB (Red+Green+Blue) = 114+19+49=182 (24% of max value = 765). Red value is 114 (44.92% from 255 or 62.64% from 182); Green value is 19 (7.81% from 255 or 10.44% from 182); Blue value is 49 (19.53% from 255 or 26.92% from 182); Max value from RGB is 114 - color contains mainly: red. Hex color #721331 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721331 is #8DECCE. Grayscale: #323232. Windows color (decimal): -9301199 or 3216242. OLE color: 3216242.
HSL color Cylindrical-coordinate representation of color #721331: hue angle of 341.05º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #721331 is Cyan = 0, Magento = 0.83, Yellow = 0.57 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 19 | 49 | - |
| CMYK | 0 | 0.83 | 0.57 | 0.55 |
| HSL | 341.05º | 0.71% | 0.26% | - |
| HSV(B) | 341.05º | 0.83% | 0.45% | - |
| XYZ | 7.73 | 4.26 | 3.32 | - |
| YUV | 50.83 | 126.97 | 173.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 19 | 49 | 0 | 0.83 | 0.57 | 0.55 | 341.05 | 0.71 | 0.26 |
| Hex | 72 | 13 | 31 | 0 | 53 | 39 | 37 | 155 | 47 | 1A |
| Octal | 162 | 23 | 61 | 0 | 123 | 71 | 67 | 525 | 107 | 32 |
| Binary | 1110010 | 10011 | 110001 | 0 | 1010011 | 111001 | 110111 | 101010101 | 1000111 | 11010 |
Color Harmonies of #721331
Complementary color
Monochromatic Colors of #721331
Black with #721331
Text Example
Text Example
White with #721331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721331; }
p { color: rgb(114,19,49); }
H1.HeaderClassName
{
color: #721331;
}
.AnyTagClassName
{
color: #721331;
}
</style>
background-color css
<style>
a { background-color: #721331; }
a { background-color: rgb(114,19,49); }
div.DivClassName
{
background-color: #721331;
}
.BgClassName
{
background-color: #721331;
}
</style>
border-color css
<style>
span { border-color: #721331; }
span { border-color: rgb(114,19,49); }
td.TdClassName
{
border-color: #721331;
}
.TagClassName
{
border-color: #721331;
}
</style>