Shades of Claret #721E32
Tints of Claret #721E32
RGB
CMYK
RGB Variations
Color information
#721E32 (or 0x721E32) is known color: Claret. HEX triplet: 72, 1E and 32. RGB value is (114,30,50). Sum of RGB (Red+Green+Blue) = 114+30+50=194 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.76% from 194); Green value is 30 (12.11% from 255 or 15.46% from 194); Blue value is 50 (19.92% from 255 or 25.77% from 194); Max value from RGB is 114 - color contains mainly: red. Hex color #721E32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721E32 is #8DE1CD. Grayscale: #393939. Windows color (decimal): -9298382 or 3284594. OLE color: 3284594.
HSL color Cylindrical-coordinate representation of color #721E32: hue angle of 345.71º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #721E32 is Cyan = 0, Magento = 0.74, Yellow = 0.56 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 30 | 50 | - |
| CMYK | 0 | 0.74 | 0.56 | 0.55 |
| HSL | 345.71º | 0.58% | 0.28% | - |
| HSV(B) | 345.71º | 0.74% | 0.45% | - |
| XYZ | 7.98 | 4.74 | 3.51 | - |
| YUV | 57.4 | 123.83 | 168.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 30 | 50 | 0 | 0.74 | 0.56 | 0.55 | 345.71 | 0.58 | 0.28 |
| Hex | 72 | 1E | 32 | 0 | 4A | 38 | 37 | 15A | 3A | 1C |
| Octal | 162 | 36 | 62 | 0 | 112 | 70 | 67 | 532 | 72 | 34 |
| Binary | 1110010 | 11110 | 110010 | 0 | 1001010 | 111000 | 110111 | 101011010 | 111010 | 11100 |
Color Harmonies of #721E32
Complementary color
Monochromatic Colors of #721E32
Black with #721E32
Text Example
Text Example
White with #721E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721E32; }
p { color: rgb(114,30,50); }
H1.HeaderClassName
{
color: #721E32;
}
.AnyTagClassName
{
color: #721E32;
}
</style>
background-color css
<style>
a { background-color: #721E32; }
a { background-color: rgb(114,30,50); }
div.DivClassName
{
background-color: #721E32;
}
.BgClassName
{
background-color: #721E32;
}
</style>
border-color css
<style>
span { border-color: #721E32; }
span { border-color: rgb(114,30,50); }
td.TdClassName
{
border-color: #721E32;
}
.TagClassName
{
border-color: #721E32;
}
</style>