Shades of Claret #752433
Tints of Claret #752433
RGB
CMYK
RGB Variations
Color information
#752433 (or 0x752433) is known color: Claret. HEX triplet: 75, 24 and 33. RGB value is (117,36,51). Sum of RGB (Red+Green+Blue) = 117+36+51=204 (27% of max value = 765). Red value is 117 (46.09% from 255 or 57.35% from 204); Green value is 36 (14.45% from 255 or 17.65% from 204); Blue value is 51 (20.31% from 255 or 25% from 204); Max value from RGB is 117 - color contains mainly: red. Hex color #752433 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752433 is #8ADBCC. Grayscale: #3D3D3D. Windows color (decimal): -9100237 or 3351669. OLE color: 3351669.
HSL color Cylindrical-coordinate representation of color #752433: hue angle of 348.89º 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 #752433 is Cyan = 0, Magento = 0.69, Yellow = 0.56 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 36 | 51 | - |
| CMYK | 0 | 0.69 | 0.56 | 0.54 |
| HSL | 348.89º | 0.53% | 0.3% | - |
| HSV(B) | 348.89º | 0.69% | 0.46% | - |
| XYZ | 8.56 | 5.28 | 3.7 | - |
| YUV | 61.93 | 121.84 | 167.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 36 | 51 | 0 | 0.69 | 0.56 | 0.54 | 348.89 | 0.53 | 0.3 |
| Hex | 75 | 24 | 33 | 0 | 45 | 38 | 36 | 15D | 35 | 1E |
| Octal | 165 | 44 | 63 | 0 | 105 | 70 | 66 | 535 | 65 | 36 |
| Binary | 1110101 | 100100 | 110011 | 0 | 1000101 | 111000 | 110110 | 101011101 | 110101 | 11110 |
Color Harmonies of #752433
Complementary color
Monochromatic Colors of #752433
Black with #752433
Text Example
Text Example
White with #752433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752433; }
p { color: rgb(117,36,51); }
H1.HeaderClassName
{
color: #752433;
}
.AnyTagClassName
{
color: #752433;
}
</style>
background-color css
<style>
a { background-color: #752433; }
a { background-color: rgb(117,36,51); }
div.DivClassName
{
background-color: #752433;
}
.BgClassName
{
background-color: #752433;
}
</style>
border-color css
<style>
span { border-color: #752433; }
span { border-color: rgb(117,36,51); }
td.TdClassName
{
border-color: #752433;
}
.TagClassName
{
border-color: #752433;
}
</style>