Shades of Claret #721E34
Tints of Claret #721E34
RGB
CMYK
RGB Variations
Color information
#721E34 (or 0x721E34) is known color: Claret. HEX triplet: 72, 1E and 34. RGB value is (114,30,52). Sum of RGB (Red+Green+Blue) = 114+30+52=196 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.16% from 196); Green value is 30 (12.11% from 255 or 15.31% from 196); Blue value is 52 (20.70% from 255 or 26.53% from 196); Max value from RGB is 114 - color contains mainly: red. Hex color #721E34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721E34 is #8DE1CB. Grayscale: #393939. Windows color (decimal): -9298380 or 3415666. OLE color: 3415666.
HSL color Cylindrical-coordinate representation of color #721E34: hue angle of 344.29º 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 #721E34 is Cyan = 0, Magento = 0.74, Yellow = 0.54 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 30 | 52 | - |
| CMYK | 0 | 0.74 | 0.54 | 0.55 |
| HSL | 344.29º | 0.58% | 0.28% | - |
| HSV(B) | 344.29º | 0.74% | 0.45% | - |
| XYZ | 8.02 | 4.75 | 3.74 | - |
| YUV | 57.62 | 124.83 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 30 | 52 | 0 | 0.74 | 0.54 | 0.55 | 344.29 | 0.58 | 0.28 |
| Hex | 72 | 1E | 34 | 0 | 4A | 36 | 37 | 158 | 3A | 1C |
| Octal | 162 | 36 | 64 | 0 | 112 | 66 | 67 | 530 | 72 | 34 |
| Binary | 1110010 | 11110 | 110100 | 0 | 1001010 | 110110 | 110111 | 101011000 | 111010 | 11100 |
Color Harmonies of #721E34
Complementary color
Monochromatic Colors of #721E34
Black with #721E34
Text Example
Text Example
White with #721E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721E34; }
p { color: rgb(114,30,52); }
H1.HeaderClassName
{
color: #721E34;
}
.AnyTagClassName
{
color: #721E34;
}
</style>
background-color css
<style>
a { background-color: #721E34; }
a { background-color: rgb(114,30,52); }
div.DivClassName
{
background-color: #721E34;
}
.BgClassName
{
background-color: #721E34;
}
</style>
border-color css
<style>
span { border-color: #721E34; }
span { border-color: rgb(114,30,52); }
td.TdClassName
{
border-color: #721E34;
}
.TagClassName
{
border-color: #721E34;
}
</style>