Shades of Claret #721B2D
Tints of Claret #721B2D
RGB
CMYK
RGB Variations
Color information
#721B2D (or 0x721B2D) is known color: Claret. HEX triplet: 72, 1B and 2D. RGB value is (114,27,45). Sum of RGB (Red+Green+Blue) = 114+27+45=186 (24% of max value = 765). Red value is 114 (44.92% from 255 or 61.29% from 186); Green value is 27 (10.94% from 255 or 14.52% from 186); Blue value is 45 (17.97% from 255 or 24.19% from 186); Max value from RGB is 114 - color contains mainly: red. Hex color #721B2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721B2D is #8DE4D2. Grayscale: #373737. Windows color (decimal): -9299155 or 2956146. OLE color: 2956146.
HSL color Cylindrical-coordinate representation of color #721B2D: hue angle of 347.59º 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 #721B2D is Cyan = 0, Magento = 0.76, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 27 | 45 | - |
| CMYK | 0 | 0.76 | 0.61 | 0.55 |
| HSL | 347.59º | 0.62% | 0.28% | - |
| HSV(B) | 347.59º | 0.76% | 0.45% | - |
| XYZ | 7.81 | 4.55 | 2.95 | - |
| YUV | 55.07 | 122.32 | 170.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 27 | 45 | 0 | 0.76 | 0.61 | 0.55 | 347.59 | 0.62 | 0.28 |
| Hex | 72 | 1B | 2D | 0 | 4C | 3D | 37 | 15C | 3E | 1C |
| Octal | 162 | 33 | 55 | 0 | 114 | 75 | 67 | 534 | 76 | 34 |
| Binary | 1110010 | 11011 | 101101 | 0 | 1001100 | 111101 | 110111 | 101011100 | 111110 | 11100 |
Color Harmonies of #721B2D
Complementary color
Monochromatic Colors of #721B2D
Black with #721B2D
Text Example
Text Example
White with #721B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721B2D; }
p { color: rgb(114,27,45); }
H1.HeaderClassName
{
color: #721B2D;
}
.AnyTagClassName
{
color: #721B2D;
}
</style>
background-color css
<style>
a { background-color: #721B2D; }
a { background-color: rgb(114,27,45); }
div.DivClassName
{
background-color: #721B2D;
}
.BgClassName
{
background-color: #721B2D;
}
</style>
border-color css
<style>
span { border-color: #721B2D; }
span { border-color: rgb(114,27,45); }
td.TdClassName
{
border-color: #721B2D;
}
.TagClassName
{
border-color: #721B2D;
}
</style>