Shades of Claret #72152F
Tints of Claret #72152F
RGB
CMYK
RGB Variations
Color information
#72152F (or 0x72152F) is known color: Claret. HEX triplet: 72, 15 and 2F. RGB value is (114,21,47). Sum of RGB (Red+Green+Blue) = 114+21+47=182 (24% of max value = 765). Red value is 114 (44.92% from 255 or 62.64% from 182); Green value is 21 (8.59% from 255 or 11.54% from 182); Blue value is 47 (18.75% from 255 or 25.82% from 182); Max value from RGB is 114 - color contains mainly: red. Hex color #72152F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72152F is #8DEAD0. Grayscale: #333333. Windows color (decimal): -9300689 or 3085682. OLE color: 3085682.
HSL color Cylindrical-coordinate representation of color #72152F: hue angle of 343.23º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #72152F is Cyan = 0, Magento = 0.82, Yellow = 0.59 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 21 | 47 | - |
| CMYK | 0 | 0.82 | 0.59 | 0.55 |
| HSL | 343.23º | 0.69% | 0.26% | - |
| HSV(B) | 343.23º | 0.82% | 0.45% | - |
| XYZ | 7.72 | 4.32 | 3.12 | - |
| YUV | 51.77 | 125.31 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 21 | 47 | 0 | 0.82 | 0.59 | 0.55 | 343.23 | 0.69 | 0.26 |
| Hex | 72 | 15 | 2F | 0 | 52 | 3B | 37 | 157 | 45 | 1A |
| Octal | 162 | 25 | 57 | 0 | 122 | 73 | 67 | 527 | 105 | 32 |
| Binary | 1110010 | 10101 | 101111 | 0 | 1010010 | 111011 | 110111 | 101010111 | 1000101 | 11010 |
Color Harmonies of #72152F
Complementary color
Monochromatic Colors of #72152F
Black with #72152F
Text Example
Text Example
White with #72152F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72152F; }
p { color: rgb(114,21,47); }
H1.HeaderClassName
{
color: #72152F;
}
.AnyTagClassName
{
color: #72152F;
}
</style>
background-color css
<style>
a { background-color: #72152F; }
a { background-color: rgb(114,21,47); }
div.DivClassName
{
background-color: #72152F;
}
.BgClassName
{
background-color: #72152F;
}
</style>
border-color css
<style>
span { border-color: #72152F; }
span { border-color: rgb(114,21,47); }
td.TdClassName
{
border-color: #72152F;
}
.TagClassName
{
border-color: #72152F;
}
</style>