Shades of Claret #721E38
Tints of Claret #721E38
RGB
CMYK
RGB Variations
Color information
#721E38 (or 0x721E38) is known color: Claret. HEX triplet: 72, 1E and 38. RGB value is (114,30,56). Sum of RGB (Red+Green+Blue) = 114+30+56=200 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57% from 200); Green value is 30 (12.11% from 255 or 15% from 200); Blue value is 56 (22.27% from 255 or 28% from 200); Max value from RGB is 114 - color contains mainly: red. Hex color #721E38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721E38 is #8DE1C7. Grayscale: #3A3A3A. Windows color (decimal): -9298376 or 3677810. OLE color: 3677810.
HSL color Cylindrical-coordinate representation of color #721E38: hue angle of 341.43º 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 #721E38 is Cyan = 0, Magento = 0.74, Yellow = 0.51 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 30 | 56 | - |
| CMYK | 0 | 0.74 | 0.51 | 0.55 |
| HSL | 341.43º | 0.58% | 0.28% | - |
| HSV(B) | 341.43º | 0.74% | 0.45% | - |
| XYZ | 8.12 | 4.79 | 4.24 | - |
| YUV | 58.08 | 126.83 | 167.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 30 | 56 | 0 | 0.74 | 0.51 | 0.55 | 341.43 | 0.58 | 0.28 |
| Hex | 72 | 1E | 38 | 0 | 4A | 33 | 37 | 155 | 3A | 1C |
| Octal | 162 | 36 | 70 | 0 | 112 | 63 | 67 | 525 | 72 | 34 |
| Binary | 1110010 | 11110 | 111000 | 0 | 1001010 | 110011 | 110111 | 101010101 | 111010 | 11100 |
Color Harmonies of #721E38
Complementary color
Monochromatic Colors of #721E38
Black with #721E38
Text Example
Text Example
White with #721E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721E38; }
p { color: rgb(114,30,56); }
H1.HeaderClassName
{
color: #721E38;
}
.AnyTagClassName
{
color: #721E38;
}
</style>
background-color css
<style>
a { background-color: #721E38; }
a { background-color: rgb(114,30,56); }
div.DivClassName
{
background-color: #721E38;
}
.BgClassName
{
background-color: #721E38;
}
</style>
border-color css
<style>
span { border-color: #721E38; }
span { border-color: rgb(114,30,56); }
td.TdClassName
{
border-color: #721E38;
}
.TagClassName
{
border-color: #721E38;
}
</style>