Shades of Claret #721C37
Tints of Claret #721C37
RGB
CMYK
RGB Variations
Color information
#721C37 (or 0x721C37) is known color: Claret. HEX triplet: 72, 1C and 37. RGB value is (114,28,55). Sum of RGB (Red+Green+Blue) = 114+28+55=197 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57.87% from 197); Green value is 28 (11.33% from 255 or 14.21% from 197); Blue value is 55 (21.88% from 255 or 27.92% from 197); Max value from RGB is 114 - color contains mainly: red. Hex color #721C37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721C37 is #8DE3C8. Grayscale: #383838. Windows color (decimal): -9298889 or 3611762. OLE color: 3611762.
HSL color Cylindrical-coordinate representation of color #721C37: hue angle of 341.16º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #721C37 is Cyan = 0, Magento = 0.75, Yellow = 0.52 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 28 | 55 | - |
| CMYK | 0 | 0.75 | 0.52 | 0.55 |
| HSL | 341.16º | 0.61% | 0.28% | - |
| HSV(B) | 341.16º | 0.75% | 0.45% | - |
| XYZ | 8.04 | 4.68 | 4.09 | - |
| YUV | 56.79 | 126.99 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 28 | 55 | 0 | 0.75 | 0.52 | 0.55 | 341.16 | 0.61 | 0.28 |
| Hex | 72 | 1C | 37 | 0 | 4B | 34 | 37 | 155 | 3D | 1C |
| Octal | 162 | 34 | 67 | 0 | 113 | 64 | 67 | 525 | 75 | 34 |
| Binary | 1110010 | 11100 | 110111 | 0 | 1001011 | 110100 | 110111 | 101010101 | 111101 | 11100 |
Color Harmonies of #721C37
Complementary color
Monochromatic Colors of #721C37
Black with #721C37
Text Example
Text Example
White with #721C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721C37; }
p { color: rgb(114,28,55); }
H1.HeaderClassName
{
color: #721C37;
}
.AnyTagClassName
{
color: #721C37;
}
</style>
background-color css
<style>
a { background-color: #721C37; }
a { background-color: rgb(114,28,55); }
div.DivClassName
{
background-color: #721C37;
}
.BgClassName
{
background-color: #721C37;
}
</style>
border-color css
<style>
span { border-color: #721C37; }
span { border-color: rgb(114,28,55); }
td.TdClassName
{
border-color: #721C37;
}
.TagClassName
{
border-color: #721C37;
}
</style>