Shades of Claret #752134
Tints of Claret #752134
RGB
CMYK
RGB Variations
Color information
#752134 (or 0x752134) is known color: Claret. HEX triplet: 75, 21 and 34. RGB value is (117,33,52). Sum of RGB (Red+Green+Blue) = 117+33+52=202 (26% of max value = 765). Red value is 117 (46.09% from 255 or 57.92% from 202); Green value is 33 (13.28% from 255 or 16.34% from 202); Blue value is 52 (20.70% from 255 or 25.74% from 202); Max value from RGB is 117 - color contains mainly: red. Hex color #752134 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752134 is #8ADECB. Grayscale: #3C3C3C. Windows color (decimal): -9101004 or 3416437. OLE color: 3416437.
HSL color Cylindrical-coordinate representation of color #752134: hue angle of 346.43º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #752134 is Cyan = 0, Magento = 0.72, Yellow = 0.56 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 33 | 52 | - |
| CMYK | 0 | 0.72 | 0.56 | 0.54 |
| HSL | 346.43º | 0.56% | 0.29% | - |
| HSV(B) | 346.43º | 0.72% | 0.46% | - |
| XYZ | 8.5 | 5.12 | 3.79 | - |
| YUV | 60.28 | 123.33 | 168.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 33 | 52 | 0 | 0.72 | 0.56 | 0.54 | 346.43 | 0.56 | 0.29 |
| Hex | 75 | 21 | 34 | 0 | 48 | 38 | 36 | 15A | 38 | 1D |
| Octal | 165 | 41 | 64 | 0 | 110 | 70 | 66 | 532 | 70 | 35 |
| Binary | 1110101 | 100001 | 110100 | 0 | 1001000 | 111000 | 110110 | 101011010 | 111000 | 11101 |
Color Harmonies of #752134
Complementary color
Monochromatic Colors of #752134
Black with #752134
Text Example
Text Example
White with #752134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752134; }
p { color: rgb(117,33,52); }
H1.HeaderClassName
{
color: #752134;
}
.AnyTagClassName
{
color: #752134;
}
</style>
background-color css
<style>
a { background-color: #752134; }
a { background-color: rgb(117,33,52); }
div.DivClassName
{
background-color: #752134;
}
.BgClassName
{
background-color: #752134;
}
</style>
border-color css
<style>
span { border-color: #752134; }
span { border-color: rgb(117,33,52); }
td.TdClassName
{
border-color: #752134;
}
.TagClassName
{
border-color: #752134;
}
</style>