Shades of Claret #752438
Tints of Claret #752438
RGB
CMYK
RGB Variations
Color information
#752438 (or 0x752438) is known color: Claret. HEX triplet: 75, 24 and 38. RGB value is (117,36,56). Sum of RGB (Red+Green+Blue) = 117+36+56=209 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.98% from 209); Green value is 36 (14.45% from 255 or 17.22% from 209); Blue value is 56 (22.27% from 255 or 26.79% from 209); Max value from RGB is 117 - color contains mainly: red. Hex color #752438 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752438 is #8ADBC7. Grayscale: #3E3E3E. Windows color (decimal): -9100232 or 3679349. OLE color: 3679349.
HSL color Cylindrical-coordinate representation of color #752438: hue angle of 345.19º 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 #752438 is Cyan = 0, Magento = 0.69, Yellow = 0.52 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 36 | 56 | - |
| CMYK | 0 | 0.69 | 0.52 | 0.54 |
| HSL | 345.19º | 0.53% | 0.3% | - |
| HSV(B) | 345.19º | 0.69% | 0.46% | - |
| XYZ | 8.68 | 5.33 | 4.31 | - |
| YUV | 62.5 | 124.34 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 36 | 56 | 0 | 0.69 | 0.52 | 0.54 | 345.19 | 0.53 | 0.3 |
| Hex | 75 | 24 | 38 | 0 | 45 | 34 | 36 | 159 | 35 | 1E |
| Octal | 165 | 44 | 70 | 0 | 105 | 64 | 66 | 531 | 65 | 36 |
| Binary | 1110101 | 100100 | 111000 | 0 | 1000101 | 110100 | 110110 | 101011001 | 110101 | 11110 |
Color Harmonies of #752438
Complementary color
Monochromatic Colors of #752438
Black with #752438
Text Example
Text Example
White with #752438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752438; }
p { color: rgb(117,36,56); }
H1.HeaderClassName
{
color: #752438;
}
.AnyTagClassName
{
color: #752438;
}
</style>
background-color css
<style>
a { background-color: #752438; }
a { background-color: rgb(117,36,56); }
div.DivClassName
{
background-color: #752438;
}
.BgClassName
{
background-color: #752438;
}
</style>
border-color css
<style>
span { border-color: #752438; }
span { border-color: rgb(117,36,56); }
td.TdClassName
{
border-color: #752438;
}
.TagClassName
{
border-color: #752438;
}
</style>