Shades of Claret #72192E
Tints of Claret #72192E
RGB
CMYK
RGB Variations
Color information
#72192E (or 0x72192E) is known color: Claret. HEX triplet: 72, 19 and 2E. RGB value is (114,25,46). Sum of RGB (Red+Green+Blue) = 114+25+46=185 (24% of max value = 765). Red value is 114 (44.92% from 255 or 61.62% from 185); Green value is 25 (10.16% from 255 or 13.51% from 185); Blue value is 46 (18.36% from 255 or 24.86% from 185); Max value from RGB is 114 - color contains mainly: red. Hex color #72192E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72192E is #8DE6D1. Grayscale: #363636. Windows color (decimal): -9299666 or 3021170. OLE color: 3021170.
HSL color Cylindrical-coordinate representation of color #72192E: hue angle of 345.84º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #72192E is Cyan = 0, Magento = 0.78, Yellow = 0.60 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 25 | 46 | - |
| CMYK | 0 | 0.78 | 0.60 | 0.55 |
| HSL | 345.84º | 0.64% | 0.27% | - |
| HSV(B) | 345.84º | 0.78% | 0.45% | - |
| XYZ | 7.78 | 4.47 | 3.04 | - |
| YUV | 54.01 | 123.49 | 170.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 25 | 46 | 0 | 0.78 | 0.60 | 0.55 | 345.84 | 0.64 | 0.27 |
| Hex | 72 | 19 | 2E | 0 | 4E | 3C | 37 | 15A | 40 | 1B |
| Octal | 162 | 31 | 56 | 0 | 116 | 74 | 67 | 532 | 100 | 33 |
| Binary | 1110010 | 11001 | 101110 | 0 | 1001110 | 111100 | 110111 | 101011010 | 1000000 | 11011 |
Color Harmonies of #72192E
Complementary color
Monochromatic Colors of #72192E
Black with #72192E
Text Example
Text Example
White with #72192E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72192E; }
p { color: rgb(114,25,46); }
H1.HeaderClassName
{
color: #72192E;
}
.AnyTagClassName
{
color: #72192E;
}
</style>
background-color css
<style>
a { background-color: #72192E; }
a { background-color: rgb(114,25,46); }
div.DivClassName
{
background-color: #72192E;
}
.BgClassName
{
background-color: #72192E;
}
</style>
border-color css
<style>
span { border-color: #72192E; }
span { border-color: rgb(114,25,46); }
td.TdClassName
{
border-color: #72192E;
}
.TagClassName
{
border-color: #72192E;
}
</style>