Shades of Claret #721B37
Tints of Claret #721B37
RGB
CMYK
RGB Variations
Color information
#721B37 (or 0x721B37) is known color: Claret. HEX triplet: 72, 1B and 37. RGB value is (114,27,55). Sum of RGB (Red+Green+Blue) = 114+27+55=196 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.16% from 196); Green value is 27 (10.94% from 255 or 13.78% from 196); Blue value is 55 (21.88% from 255 or 28.06% from 196); Max value from RGB is 114 - color contains mainly: red. Hex color #721B37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721B37 is #8DE4C8. Grayscale: #383838. Windows color (decimal): -9299145 or 3611506. OLE color: 3611506.
HSL color Cylindrical-coordinate representation of color #721B37: hue angle of 340.69º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #721B37 is Cyan = 0, Magento = 0.76, Yellow = 0.52 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 27 | 55 | - |
| CMYK | 0 | 0.76 | 0.52 | 0.55 |
| HSL | 340.69º | 0.62% | 0.28% | - |
| HSV(B) | 340.69º | 0.76% | 0.45% | - |
| XYZ | 8.02 | 4.64 | 4.09 | - |
| YUV | 56.21 | 127.32 | 169.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 27 | 55 | 0 | 0.76 | 0.52 | 0.55 | 340.69 | 0.62 | 0.28 |
| Hex | 72 | 1B | 37 | 0 | 4C | 34 | 37 | 155 | 3E | 1C |
| Octal | 162 | 33 | 67 | 0 | 114 | 64 | 67 | 525 | 76 | 34 |
| Binary | 1110010 | 11011 | 110111 | 0 | 1001100 | 110100 | 110111 | 101010101 | 111110 | 11100 |
Color Harmonies of #721B37
Complementary color
Monochromatic Colors of #721B37
Black with #721B37
Text Example
Text Example
White with #721B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721B37; }
p { color: rgb(114,27,55); }
H1.HeaderClassName
{
color: #721B37;
}
.AnyTagClassName
{
color: #721B37;
}
</style>
background-color css
<style>
a { background-color: #721B37; }
a { background-color: rgb(114,27,55); }
div.DivClassName
{
background-color: #721B37;
}
.BgClassName
{
background-color: #721B37;
}
</style>
border-color css
<style>
span { border-color: #721B37; }
span { border-color: rgb(114,27,55); }
td.TdClassName
{
border-color: #721B37;
}
.TagClassName
{
border-color: #721B37;
}
</style>