Shades of Claret #722A38
Tints of Claret #722A38
RGB
CMYK
RGB Variations
Color information
#722A38 (or 0x722A38) is known color: Claret. HEX triplet: 72, 2A and 38. RGB value is (114,42,56). Sum of RGB (Red+Green+Blue) = 114+42+56=212 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.77% from 212); Green value is 42 (16.80% from 255 or 19.81% from 212); Blue value is 56 (22.27% from 255 or 26.42% from 212); Max value from RGB is 114 - color contains mainly: red. Hex color #722A38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722A38 is #8DD5C7. Grayscale: #414141. Windows color (decimal): -9295304 or 3680882. OLE color: 3680882.
HSL color Cylindrical-coordinate representation of color #722A38: hue angle of 348.33º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #722A38 is Cyan = 0, Magento = 0.63, Yellow = 0.51 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 42 | 56 | - |
| CMYK | 0 | 0.63 | 0.51 | 0.55 |
| HSL | 348.33º | 0.46% | 0.31% | - |
| HSV(B) | 348.33º | 0.63% | 0.45% | - |
| XYZ | 8.48 | 5.52 | 4.36 | - |
| YUV | 65.12 | 122.85 | 162.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 42 | 56 | 0 | 0.63 | 0.51 | 0.55 | 348.33 | 0.46 | 0.31 |
| Hex | 72 | 2A | 38 | 0 | 3F | 33 | 37 | 15C | 2E | 1F |
| Octal | 162 | 52 | 70 | 0 | 77 | 63 | 67 | 534 | 56 | 37 |
| Binary | 1110010 | 101010 | 111000 | 0 | 111111 | 110011 | 110111 | 101011100 | 101110 | 11111 |
Color Harmonies of #722A38
Complementary color
Monochromatic Colors of #722A38
Black with #722A38
Text Example
Text Example
White with #722A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722A38; }
p { color: rgb(114,42,56); }
H1.HeaderClassName
{
color: #722A38;
}
.AnyTagClassName
{
color: #722A38;
}
</style>
background-color css
<style>
a { background-color: #722A38; }
a { background-color: rgb(114,42,56); }
div.DivClassName
{
background-color: #722A38;
}
.BgClassName
{
background-color: #722A38;
}
</style>
border-color css
<style>
span { border-color: #722A38; }
span { border-color: rgb(114,42,56); }
td.TdClassName
{
border-color: #722A38;
}
.TagClassName
{
border-color: #722A38;
}
</style>