Shades of Claret #731736
Tints of Claret #731736
RGB
CMYK
RGB Variations
Color information
#731736 (or 0x731736) is known color: Claret. HEX triplet: 73, 17 and 36. RGB value is (115,23,54). Sum of RGB (Red+Green+Blue) = 115+23+54=192 (25% of max value = 765). Red value is 115 (45.31% from 255 or 59.90% from 192); Green value is 23 (9.38% from 255 or 11.98% from 192); Blue value is 54 (21.48% from 255 or 28.12% from 192); Max value from RGB is 115 - color contains mainly: red. Hex color #731736 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731736 is #8CE8C9. Grayscale: #363636. Windows color (decimal): -9234634 or 3544947. OLE color: 3544947.
HSL color Cylindrical-coordinate representation of color #731736: hue angle of 339.78º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #731736 is Cyan = 0, Magento = 0.80, Yellow = 0.53 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 23 | 54 | - |
| CMYK | 0 | 0.80 | 0.53 | 0.55 |
| HSL | 339.78º | 0.67% | 0.27% | - |
| HSV(B) | 339.78º | 0.8% | 0.45% | - |
| XYZ | 8.04 | 4.52 | 3.94 | - |
| YUV | 54.04 | 127.98 | 171.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 23 | 54 | 0 | 0.80 | 0.53 | 0.55 | 339.78 | 0.67 | 0.27 |
| Hex | 73 | 17 | 36 | 0 | 50 | 35 | 37 | 154 | 43 | 1B |
| Octal | 163 | 27 | 66 | 0 | 120 | 65 | 67 | 524 | 103 | 33 |
| Binary | 1110011 | 10111 | 110110 | 0 | 1010000 | 110101 | 110111 | 101010100 | 1000011 | 11011 |
Color Harmonies of #731736
Complementary color
Monochromatic Colors of #731736
Black with #731736
Text Example
Text Example
White with #731736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731736; }
p { color: rgb(115,23,54); }
H1.HeaderClassName
{
color: #731736;
}
.AnyTagClassName
{
color: #731736;
}
</style>
background-color css
<style>
a { background-color: #731736; }
a { background-color: rgb(115,23,54); }
div.DivClassName
{
background-color: #731736;
}
.BgClassName
{
background-color: #731736;
}
</style>
border-color css
<style>
span { border-color: #731736; }
span { border-color: rgb(115,23,54); }
td.TdClassName
{
border-color: #731736;
}
.TagClassName
{
border-color: #731736;
}
</style>