Shades of Claret #732A39
Tints of Claret #732A39
RGB
CMYK
RGB Variations
Color information
#732A39 (or 0x732A39) is known color: Claret. HEX triplet: 73, 2A and 39. RGB value is (115,42,57). Sum of RGB (Red+Green+Blue) = 115+42+57=214 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.74% from 214); Green value is 42 (16.80% from 255 or 19.63% from 214); Blue value is 57 (22.66% from 255 or 26.64% from 214); Max value from RGB is 115 - color contains mainly: red. Hex color #732A39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732A39 is #8CD5C6. Grayscale: #414141. Windows color (decimal): -9229767 or 3746419. OLE color: 3746419.
HSL color Cylindrical-coordinate representation of color #732A39: hue angle of 347.67º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #732A39 is Cyan = 0, Magento = 0.63, Yellow = 0.50 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 42 | 57 | - |
| CMYK | 0 | 0.63 | 0.50 | 0.55 |
| HSL | 347.67º | 0.46% | 0.31% | - |
| HSV(B) | 347.67º | 0.63% | 0.45% | - |
| XYZ | 8.64 | 5.6 | 4.5 | - |
| YUV | 65.54 | 123.18 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 42 | 57 | 0 | 0.63 | 0.50 | 0.55 | 347.67 | 0.46 | 0.31 |
| Hex | 73 | 2A | 39 | 0 | 3F | 32 | 37 | 15C | 2E | 1F |
| Octal | 163 | 52 | 71 | 0 | 77 | 62 | 67 | 534 | 56 | 37 |
| Binary | 1110011 | 101010 | 111001 | 0 | 111111 | 110010 | 110111 | 101011100 | 101110 | 11111 |
Color Harmonies of #732A39
Complementary color
Monochromatic Colors of #732A39
Black with #732A39
Text Example
Text Example
White with #732A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732A39; }
p { color: rgb(115,42,57); }
H1.HeaderClassName
{
color: #732A39;
}
.AnyTagClassName
{
color: #732A39;
}
</style>
background-color css
<style>
a { background-color: #732A39; }
a { background-color: rgb(115,42,57); }
div.DivClassName
{
background-color: #732A39;
}
.BgClassName
{
background-color: #732A39;
}
</style>
border-color css
<style>
span { border-color: #732A39; }
span { border-color: rgb(115,42,57); }
td.TdClassName
{
border-color: #732A39;
}
.TagClassName
{
border-color: #732A39;
}
</style>