Shades of Claret #752336
Tints of Claret #752336
RGB
CMYK
RGB Variations
Color information
#752336 (or 0x752336) is known color: Claret. HEX triplet: 75, 23 and 36. RGB value is (117,35,54). Sum of RGB (Red+Green+Blue) = 117+35+54=206 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.80% from 206); Green value is 35 (14.06% from 255 or 16.99% from 206); Blue value is 54 (21.48% from 255 or 26.21% from 206); Max value from RGB is 117 - color contains mainly: red. Hex color #752336 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752336 is #8ADCC9. Grayscale: #3D3D3D. Windows color (decimal): -9100490 or 3548021. OLE color: 3548021.
HSL color Cylindrical-coordinate representation of color #752336: hue angle of 346.1º 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 #752336 is Cyan = 0, Magento = 0.70, Yellow = 0.54 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 35 | 54 | - |
| CMYK | 0 | 0.70 | 0.54 | 0.54 |
| HSL | 346.1º | 0.54% | 0.3% | - |
| HSV(B) | 346.1º | 0.7% | 0.46% | - |
| XYZ | 8.6 | 5.25 | 4.05 | - |
| YUV | 61.68 | 123.67 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 35 | 54 | 0 | 0.70 | 0.54 | 0.54 | 346.1 | 0.54 | 0.3 |
| Hex | 75 | 23 | 36 | 0 | 46 | 36 | 36 | 15A | 36 | 1E |
| Octal | 165 | 43 | 66 | 0 | 106 | 66 | 66 | 532 | 66 | 36 |
| Binary | 1110101 | 100011 | 110110 | 0 | 1000110 | 110110 | 110110 | 101011010 | 110110 | 11110 |
Color Harmonies of #752336
Complementary color
Monochromatic Colors of #752336
Black with #752336
Text Example
Text Example
White with #752336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752336; }
p { color: rgb(117,35,54); }
H1.HeaderClassName
{
color: #752336;
}
.AnyTagClassName
{
color: #752336;
}
</style>
background-color css
<style>
a { background-color: #752336; }
a { background-color: rgb(117,35,54); }
div.DivClassName
{
background-color: #752336;
}
.BgClassName
{
background-color: #752336;
}
</style>
border-color css
<style>
span { border-color: #752336; }
span { border-color: rgb(117,35,54); }
td.TdClassName
{
border-color: #752336;
}
.TagClassName
{
border-color: #752336;
}
</style>