Shades of Claret #752335
Tints of Claret #752335
RGB
CMYK
RGB Variations
Color information
#752335 (or 0x752335) is known color: Claret. HEX triplet: 75, 23 and 35. RGB value is (117,35,53). Sum of RGB (Red+Green+Blue) = 117+35+53=205 (27% of max value = 765). Red value is 117 (46.09% from 255 or 57.07% from 205); Green value is 35 (14.06% from 255 or 17.07% from 205); Blue value is 53 (21.09% from 255 or 25.85% from 205); Max value from RGB is 117 - color contains mainly: red. Hex color #752335 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752335 is #8ADCCA. Grayscale: #3D3D3D. Windows color (decimal): -9100491 or 3482485. OLE color: 3482485.
HSL color Cylindrical-coordinate representation of color #752335: hue angle of 346.83º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #752335 is Cyan = 0, Magento = 0.70, Yellow = 0.55 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 35 | 53 | - |
| CMYK | 0 | 0.70 | 0.55 | 0.54 |
| HSL | 346.83º | 0.54% | 0.3% | - |
| HSV(B) | 346.83º | 0.7% | 0.46% | - |
| XYZ | 8.58 | 5.24 | 3.93 | - |
| YUV | 61.57 | 123.17 | 167.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 35 | 53 | 0 | 0.70 | 0.55 | 0.54 | 346.83 | 0.54 | 0.3 |
| Hex | 75 | 23 | 35 | 0 | 46 | 37 | 36 | 15B | 36 | 1E |
| Octal | 165 | 43 | 65 | 0 | 106 | 67 | 66 | 533 | 66 | 36 |
| Binary | 1110101 | 100011 | 110101 | 0 | 1000110 | 110111 | 110110 | 101011011 | 110110 | 11110 |
Color Harmonies of #752335
Complementary color
Monochromatic Colors of #752335
Black with #752335
Text Example
Text Example
White with #752335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752335; }
p { color: rgb(117,35,53); }
H1.HeaderClassName
{
color: #752335;
}
.AnyTagClassName
{
color: #752335;
}
</style>
background-color css
<style>
a { background-color: #752335; }
a { background-color: rgb(117,35,53); }
div.DivClassName
{
background-color: #752335;
}
.BgClassName
{
background-color: #752335;
}
</style>
border-color css
<style>
span { border-color: #752335; }
span { border-color: rgb(117,35,53); }
td.TdClassName
{
border-color: #752335;
}
.TagClassName
{
border-color: #752335;
}
</style>