Shades of Claret #752339
Tints of Claret #752339
RGB
CMYK
RGB Variations
Color information
#752339 (or 0x752339) is known color: Claret. HEX triplet: 75, 23 and 39. RGB value is (117,35,57). Sum of RGB (Red+Green+Blue) = 117+35+57=209 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.98% from 209); Green value is 35 (14.06% from 255 or 16.75% from 209); Blue value is 57 (22.66% from 255 or 27.27% from 209); Max value from RGB is 117 - color contains mainly: red. Hex color #752339 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752339 is #8ADCC6. Grayscale: #3E3E3E. Windows color (decimal): -9100487 or 3744629. OLE color: 3744629.
HSL color Cylindrical-coordinate representation of color #752339: hue angle of 343.9º 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 #752339 is Cyan = 0, Magento = 0.70, Yellow = 0.51 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 35 | 57 | - |
| CMYK | 0 | 0.70 | 0.51 | 0.54 |
| HSL | 343.9º | 0.54% | 0.3% | - |
| HSV(B) | 343.9º | 0.7% | 0.46% | - |
| XYZ | 8.68 | 5.28 | 4.43 | - |
| YUV | 62.03 | 125.17 | 167.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 35 | 57 | 0 | 0.70 | 0.51 | 0.54 | 343.9 | 0.54 | 0.3 |
| Hex | 75 | 23 | 39 | 0 | 46 | 33 | 36 | 158 | 36 | 1E |
| Octal | 165 | 43 | 71 | 0 | 106 | 63 | 66 | 530 | 66 | 36 |
| Binary | 1110101 | 100011 | 111001 | 0 | 1000110 | 110011 | 110110 | 101011000 | 110110 | 11110 |
Color Harmonies of #752339
Complementary color
Monochromatic Colors of #752339
Black with #752339
Text Example
Text Example
White with #752339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752339; }
p { color: rgb(117,35,57); }
H1.HeaderClassName
{
color: #752339;
}
.AnyTagClassName
{
color: #752339;
}
</style>
background-color css
<style>
a { background-color: #752339; }
a { background-color: rgb(117,35,57); }
div.DivClassName
{
background-color: #752339;
}
.BgClassName
{
background-color: #752339;
}
</style>
border-color css
<style>
span { border-color: #752339; }
span { border-color: rgb(117,35,57); }
td.TdClassName
{
border-color: #752339;
}
.TagClassName
{
border-color: #752339;
}
</style>