Shades of Claret #732737
Tints of Claret #732737
RGB
CMYK
RGB Variations
Color information
#732737 (or 0x732737) is known color: Claret. HEX triplet: 73, 27 and 37. RGB value is (115,39,55). Sum of RGB (Red+Green+Blue) = 115+39+55=209 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.02% from 209); Green value is 39 (15.62% from 255 or 18.66% from 209); Blue value is 55 (21.88% from 255 or 26.32% from 209); Max value from RGB is 115 - color contains mainly: red. Hex color #732737 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732737 is #8CD8C8. Grayscale: #3F3F3F. Windows color (decimal): -9230537 or 3614579. OLE color: 3614579.
HSL color Cylindrical-coordinate representation of color #732737: hue angle of 347.37º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #732737 is Cyan = 0, Magento = 0.66, Yellow = 0.52 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 39 | 55 | - |
| CMYK | 0 | 0.66 | 0.52 | 0.55 |
| HSL | 347.37º | 0.49% | 0.3% | - |
| HSV(B) | 347.37º | 0.66% | 0.45% | - |
| XYZ | 8.49 | 5.37 | 4.2 | - |
| YUV | 63.55 | 123.18 | 164.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 39 | 55 | 0 | 0.66 | 0.52 | 0.55 | 347.37 | 0.49 | 0.3 |
| Hex | 73 | 27 | 37 | 0 | 42 | 34 | 37 | 15B | 31 | 1E |
| Octal | 163 | 47 | 67 | 0 | 102 | 64 | 67 | 533 | 61 | 36 |
| Binary | 1110011 | 100111 | 110111 | 0 | 1000010 | 110100 | 110111 | 101011011 | 110001 | 11110 |
Color Harmonies of #732737
Complementary color
Monochromatic Colors of #732737
Black with #732737
Text Example
Text Example
White with #732737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732737; }
p { color: rgb(115,39,55); }
H1.HeaderClassName
{
color: #732737;
}
.AnyTagClassName
{
color: #732737;
}
</style>
background-color css
<style>
a { background-color: #732737; }
a { background-color: rgb(115,39,55); }
div.DivClassName
{
background-color: #732737;
}
.BgClassName
{
background-color: #732737;
}
</style>
border-color css
<style>
span { border-color: #732737; }
span { border-color: rgb(115,39,55); }
td.TdClassName
{
border-color: #732737;
}
.TagClassName
{
border-color: #732737;
}
</style>