Shades of Claret #721638
Tints of Claret #721638
RGB
CMYK
RGB Variations
Color information
#721638 (or 0x721638) is known color: Claret. HEX triplet: 72, 16 and 38. RGB value is (114,22,56). Sum of RGB (Red+Green+Blue) = 114+22+56=192 (25% of max value = 765). Red value is 114 (44.92% from 255 or 59.38% from 192); Green value is 22 (8.98% from 255 or 11.46% from 192); Blue value is 56 (22.27% from 255 or 29.17% from 192); Max value from RGB is 114 - color contains mainly: red. Hex color #721638 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721638 is #8DE9C7. Grayscale: #353535. Windows color (decimal): -9300424 or 3675762. OLE color: 3675762.
HSL color Cylindrical-coordinate representation of color #721638: hue angle of 337.83º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #721638 is Cyan = 0, Magento = 0.81, Yellow = 0.51 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 22 | 56 | - |
| CMYK | 0 | 0.81 | 0.51 | 0.55 |
| HSL | 337.83º | 0.68% | 0.27% | - |
| HSV(B) | 337.83º | 0.81% | 0.45% | - |
| XYZ | 7.94 | 4.44 | 4.18 | - |
| YUV | 53.38 | 129.48 | 171.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 22 | 56 | 0 | 0.81 | 0.51 | 0.55 | 337.83 | 0.68 | 0.27 |
| Hex | 72 | 16 | 38 | 0 | 51 | 33 | 37 | 152 | 44 | 1B |
| Octal | 162 | 26 | 70 | 0 | 121 | 63 | 67 | 522 | 104 | 33 |
| Binary | 1110010 | 10110 | 111000 | 0 | 1010001 | 110011 | 110111 | 101010010 | 1000100 | 11011 |
Color Harmonies of #721638
Complementary color
Monochromatic Colors of #721638
Black with #721638
Text Example
Text Example
White with #721638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721638; }
p { color: rgb(114,22,56); }
H1.HeaderClassName
{
color: #721638;
}
.AnyTagClassName
{
color: #721638;
}
</style>
background-color css
<style>
a { background-color: #721638; }
a { background-color: rgb(114,22,56); }
div.DivClassName
{
background-color: #721638;
}
.BgClassName
{
background-color: #721638;
}
</style>
border-color css
<style>
span { border-color: #721638; }
span { border-color: rgb(114,22,56); }
td.TdClassName
{
border-color: #721638;
}
.TagClassName
{
border-color: #721638;
}
</style>