Shades of Claret #752333
Tints of Claret #752333
RGB
CMYK
RGB Variations
Color information
#752333 (or 0x752333) is known color: Claret. HEX triplet: 75, 23 and 33. RGB value is (117,35,51). Sum of RGB (Red+Green+Blue) = 117+35+51=203 (26% of max value = 765). Red value is 117 (46.09% from 255 or 57.64% from 203); Green value is 35 (14.06% from 255 or 17.24% from 203); Blue value is 51 (20.31% from 255 or 25.12% from 203); Max value from RGB is 117 - color contains mainly: red. Hex color #752333 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752333 is #8ADCCC. Grayscale: #3D3D3D. Windows color (decimal): -9100493 or 3351413. OLE color: 3351413.
HSL color Cylindrical-coordinate representation of color #752333: hue angle of 348.29º 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 #752333 is Cyan = 0, Magento = 0.70, Yellow = 0.56 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 35 | 51 | - |
| CMYK | 0 | 0.70 | 0.56 | 0.54 |
| HSL | 348.29º | 0.54% | 0.3% | - |
| HSV(B) | 348.29º | 0.7% | 0.46% | - |
| XYZ | 8.53 | 5.22 | 3.69 | - |
| YUV | 61.34 | 122.17 | 167.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 35 | 51 | 0 | 0.70 | 0.56 | 0.54 | 348.29 | 0.54 | 0.3 |
| Hex | 75 | 23 | 33 | 0 | 46 | 38 | 36 | 15C | 36 | 1E |
| Octal | 165 | 43 | 63 | 0 | 106 | 70 | 66 | 534 | 66 | 36 |
| Binary | 1110101 | 100011 | 110011 | 0 | 1000110 | 111000 | 110110 | 101011100 | 110110 | 11110 |
Color Harmonies of #752333
Complementary color
Monochromatic Colors of #752333
Black with #752333
Text Example
Text Example
White with #752333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752333; }
p { color: rgb(117,35,51); }
H1.HeaderClassName
{
color: #752333;
}
.AnyTagClassName
{
color: #752333;
}
</style>
background-color css
<style>
a { background-color: #752333; }
a { background-color: rgb(117,35,51); }
div.DivClassName
{
background-color: #752333;
}
.BgClassName
{
background-color: #752333;
}
</style>
border-color css
<style>
span { border-color: #752333; }
span { border-color: rgb(117,35,51); }
td.TdClassName
{
border-color: #752333;
}
.TagClassName
{
border-color: #752333;
}
</style>