Shades of Claret #752637
Tints of Claret #752637
RGB
CMYK
RGB Variations
Color information
#752637 (or 0x752637) is known color: Claret. HEX triplet: 75, 26 and 37. RGB value is (117,38,55). Sum of RGB (Red+Green+Blue) = 117+38+55=210 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.71% from 210); Green value is 38 (15.23% from 255 or 18.10% from 210); Blue value is 55 (21.88% from 255 or 26.19% from 210); Max value from RGB is 117 - color contains mainly: red. Hex color #752637 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752637 is #8AD9C8. Grayscale: #3F3F3F. Windows color (decimal): -9099721 or 3614325. OLE color: 3614325.
HSL color Cylindrical-coordinate representation of color #752637: hue angle of 347.09º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #752637 is Cyan = 0, Magento = 0.68, Yellow = 0.53 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 38 | 55 | - |
| CMYK | 0 | 0.68 | 0.53 | 0.54 |
| HSL | 347.09º | 0.51% | 0.3% | - |
| HSV(B) | 347.09º | 0.68% | 0.46% | - |
| XYZ | 8.72 | 5.44 | 4.21 | - |
| YUV | 63.56 | 123.17 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 38 | 55 | 0 | 0.68 | 0.53 | 0.54 | 347.09 | 0.51 | 0.3 |
| Hex | 75 | 26 | 37 | 0 | 44 | 35 | 36 | 15B | 33 | 1E |
| Octal | 165 | 46 | 67 | 0 | 104 | 65 | 66 | 533 | 63 | 36 |
| Binary | 1110101 | 100110 | 110111 | 0 | 1000100 | 110101 | 110110 | 101011011 | 110011 | 11110 |
Color Harmonies of #752637
Complementary color
Monochromatic Colors of #752637
Black with #752637
Text Example
Text Example
White with #752637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752637; }
p { color: rgb(117,38,55); }
H1.HeaderClassName
{
color: #752637;
}
.AnyTagClassName
{
color: #752637;
}
</style>
background-color css
<style>
a { background-color: #752637; }
a { background-color: rgb(117,38,55); }
div.DivClassName
{
background-color: #752637;
}
.BgClassName
{
background-color: #752637;
}
</style>
border-color css
<style>
span { border-color: #752637; }
span { border-color: rgb(117,38,55); }
td.TdClassName
{
border-color: #752637;
}
.TagClassName
{
border-color: #752637;
}
</style>