Shades of Claret #731432
Tints of Claret #731432
RGB
CMYK
RGB Variations
Color information
#731432 (or 0x731432) is known color: Claret. HEX triplet: 73, 14 and 32. RGB value is (115,20,50). Sum of RGB (Red+Green+Blue) = 115+20+50=185 (24% of max value = 765). Red value is 115 (45.31% from 255 or 62.16% from 185); Green value is 20 (8.20% from 255 or 10.81% from 185); Blue value is 50 (19.92% from 255 or 27.03% from 185); Max value from RGB is 115 - color contains mainly: red. Hex color #731432 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731432 is #8CEBCD. Grayscale: #333333. Windows color (decimal): -9235406 or 3282035. OLE color: 3282035.
HSL color Cylindrical-coordinate representation of color #731432: hue angle of 341.05º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #731432 is Cyan = 0, Magento = 0.83, Yellow = 0.57 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 20 | 50 | - |
| CMYK | 0 | 0.83 | 0.57 | 0.55 |
| HSL | 341.05º | 0.7% | 0.26% | - |
| HSV(B) | 341.05º | 0.83% | 0.45% | - |
| XYZ | 7.9 | 4.38 | 3.45 | - |
| YUV | 51.83 | 126.97 | 173.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 20 | 50 | 0 | 0.83 | 0.57 | 0.55 | 341.05 | 0.7 | 0.26 |
| Hex | 73 | 14 | 32 | 0 | 53 | 39 | 37 | 155 | 46 | 1A |
| Octal | 163 | 24 | 62 | 0 | 123 | 71 | 67 | 525 | 106 | 32 |
| Binary | 1110011 | 10100 | 110010 | 0 | 1010011 | 111001 | 110111 | 101010101 | 1000110 | 11010 |
Color Harmonies of #731432
Complementary color
Monochromatic Colors of #731432
Black with #731432
Text Example
Text Example
White with #731432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731432; }
p { color: rgb(115,20,50); }
H1.HeaderClassName
{
color: #731432;
}
.AnyTagClassName
{
color: #731432;
}
</style>
background-color css
<style>
a { background-color: #731432; }
a { background-color: rgb(115,20,50); }
div.DivClassName
{
background-color: #731432;
}
.BgClassName
{
background-color: #731432;
}
</style>
border-color css
<style>
span { border-color: #731432; }
span { border-color: rgb(115,20,50); }
td.TdClassName
{
border-color: #731432;
}
.TagClassName
{
border-color: #731432;
}
</style>