Shades of Claret #732839
Tints of Claret #732839
RGB
CMYK
RGB Variations
Color information
#732839 (or 0x732839) is known color: Claret. HEX triplet: 73, 28 and 39. RGB value is (115,40,57). Sum of RGB (Red+Green+Blue) = 115+40+57=212 (28% of max value = 765). Red value is 115 (45.31% from 255 or 54.25% from 212); Green value is 40 (16.02% from 255 or 18.87% from 212); Blue value is 57 (22.66% from 255 or 26.89% from 212); Max value from RGB is 115 - color contains mainly: red. Hex color #732839 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732839 is #8CD7C6. Grayscale: #404040. Windows color (decimal): -9230279 or 3745907. OLE color: 3745907.
HSL color Cylindrical-coordinate representation of color #732839: hue angle of 346.4º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #732839 is Cyan = 0, Magento = 0.65, Yellow = 0.50 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 40 | 57 | - |
| CMYK | 0 | 0.65 | 0.50 | 0.55 |
| HSL | 346.4º | 0.48% | 0.3% | - |
| HSV(B) | 346.4º | 0.65% | 0.45% | - |
| XYZ | 8.57 | 5.46 | 4.47 | - |
| YUV | 64.36 | 123.85 | 164.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 40 | 57 | 0 | 0.65 | 0.50 | 0.55 | 346.4 | 0.48 | 0.3 |
| Hex | 73 | 28 | 39 | 0 | 41 | 32 | 37 | 15A | 30 | 1E |
| Octal | 163 | 50 | 71 | 0 | 101 | 62 | 67 | 532 | 60 | 36 |
| Binary | 1110011 | 101000 | 111001 | 0 | 1000001 | 110010 | 110111 | 101011010 | 110000 | 11110 |
Color Harmonies of #732839
Complementary color
Monochromatic Colors of #732839
Black with #732839
Text Example
Text Example
White with #732839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732839; }
p { color: rgb(115,40,57); }
H1.HeaderClassName
{
color: #732839;
}
.AnyTagClassName
{
color: #732839;
}
</style>
background-color css
<style>
a { background-color: #732839; }
a { background-color: rgb(115,40,57); }
div.DivClassName
{
background-color: #732839;
}
.BgClassName
{
background-color: #732839;
}
</style>
border-color css
<style>
span { border-color: #732839; }
span { border-color: rgb(115,40,57); }
td.TdClassName
{
border-color: #732839;
}
.TagClassName
{
border-color: #732839;
}
</style>