Shades of Claret #721C31
Tints of Claret #721C31
RGB
CMYK
RGB Variations
Color information
#721C31 (or 0x721C31) is known color: Claret. HEX triplet: 72, 1C and 31. RGB value is (114,28,49). Sum of RGB (Red+Green+Blue) = 114+28+49=191 (25% of max value = 765). Red value is 114 (44.92% from 255 or 59.69% from 191); Green value is 28 (11.33% from 255 or 14.66% from 191); Blue value is 49 (19.53% from 255 or 25.65% from 191); Max value from RGB is 114 - color contains mainly: red. Hex color #721C31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721C31 is #8DE3CE. Grayscale: #383838. Windows color (decimal): -9298895 or 3218546. OLE color: 3218546.
HSL color Cylindrical-coordinate representation of color #721C31: hue angle of 345.35º 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 #721C31 is Cyan = 0, Magento = 0.75, Yellow = 0.57 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 28 | 49 | - |
| CMYK | 0 | 0.75 | 0.57 | 0.55 |
| HSL | 345.35º | 0.61% | 0.28% | - |
| HSV(B) | 345.35º | 0.75% | 0.45% | - |
| XYZ | 7.91 | 4.63 | 3.38 | - |
| YUV | 56.11 | 123.99 | 169.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 28 | 49 | 0 | 0.75 | 0.57 | 0.55 | 345.35 | 0.61 | 0.28 |
| Hex | 72 | 1C | 31 | 0 | 4B | 39 | 37 | 159 | 3D | 1C |
| Octal | 162 | 34 | 61 | 0 | 113 | 71 | 67 | 531 | 75 | 34 |
| Binary | 1110010 | 11100 | 110001 | 0 | 1001011 | 111001 | 110111 | 101011001 | 111101 | 11100 |
Color Harmonies of #721C31
Complementary color
Monochromatic Colors of #721C31
Black with #721C31
Text Example
Text Example
White with #721C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721C31; }
p { color: rgb(114,28,49); }
H1.HeaderClassName
{
color: #721C31;
}
.AnyTagClassName
{
color: #721C31;
}
</style>
background-color css
<style>
a { background-color: #721C31; }
a { background-color: rgb(114,28,49); }
div.DivClassName
{
background-color: #721C31;
}
.BgClassName
{
background-color: #721C31;
}
</style>
border-color css
<style>
span { border-color: #721C31; }
span { border-color: rgb(114,28,49); }
td.TdClassName
{
border-color: #721C31;
}
.TagClassName
{
border-color: #721C31;
}
</style>