Shades of Claret #752432
Tints of Claret #752432
RGB
CMYK
RGB Variations
Color information
#752432 (or 0x752432) is known color: Claret. HEX triplet: 75, 24 and 32. RGB value is (117,36,50). Sum of RGB (Red+Green+Blue) = 117+36+50=203 (26% of max value = 765). Red value is 117 (46.09% from 255 or 57.64% from 203); Green value is 36 (14.45% from 255 or 17.73% from 203); Blue value is 50 (19.92% from 255 or 24.63% from 203); Max value from RGB is 117 - color contains mainly: red. Hex color #752432 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752432 is #8ADBCD. Grayscale: #3D3D3D. Windows color (decimal): -9100238 or 3286133. OLE color: 3286133.
HSL color Cylindrical-coordinate representation of color #752432: hue angle of 349.63º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #752432 is Cyan = 0, Magento = 0.69, Yellow = 0.57 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 36 | 50 | - |
| CMYK | 0 | 0.69 | 0.57 | 0.54 |
| HSL | 349.63º | 0.53% | 0.3% | - |
| HSV(B) | 349.63º | 0.69% | 0.46% | - |
| XYZ | 8.54 | 5.27 | 3.59 | - |
| YUV | 61.82 | 121.34 | 167.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 36 | 50 | 0 | 0.69 | 0.57 | 0.54 | 349.63 | 0.53 | 0.3 |
| Hex | 75 | 24 | 32 | 0 | 45 | 39 | 36 | 15E | 35 | 1E |
| Octal | 165 | 44 | 62 | 0 | 105 | 71 | 66 | 536 | 65 | 36 |
| Binary | 1110101 | 100100 | 110010 | 0 | 1000101 | 111001 | 110110 | 101011110 | 110101 | 11110 |
Color Harmonies of #752432
Complementary color
Monochromatic Colors of #752432
Black with #752432
Text Example
Text Example
White with #752432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752432; }
p { color: rgb(117,36,50); }
H1.HeaderClassName
{
color: #752432;
}
.AnyTagClassName
{
color: #752432;
}
</style>
background-color css
<style>
a { background-color: #752432; }
a { background-color: rgb(117,36,50); }
div.DivClassName
{
background-color: #752432;
}
.BgClassName
{
background-color: #752432;
}
</style>
border-color css
<style>
span { border-color: #752432; }
span { border-color: rgb(117,36,50); }
td.TdClassName
{
border-color: #752432;
}
.TagClassName
{
border-color: #752432;
}
</style>