Shades of Claret #752230
Tints of Claret #752230
RGB
CMYK
RGB Variations
Color information
#752230 (or 0x752230) is known color: Claret. HEX triplet: 75, 22 and 30. RGB value is (117,34,48). Sum of RGB (Red+Green+Blue) = 117+34+48=199 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.79% from 199); Green value is 34 (13.67% from 255 or 17.09% from 199); Blue value is 48 (19.14% from 255 or 24.12% from 199); Max value from RGB is 117 - color contains mainly: red. Hex color #752230 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752230 is #8ADDCF. Grayscale: #3C3C3C. Windows color (decimal): -9100752 or 3154549. OLE color: 3154549.
HSL color Cylindrical-coordinate representation of color #752230: hue angle of 349.88º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #752230 is Cyan = 0, Magento = 0.71, Yellow = 0.59 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 34 | 48 | - |
| CMYK | 0 | 0.71 | 0.59 | 0.54 |
| HSL | 349.88º | 0.55% | 0.3% | - |
| HSV(B) | 349.88º | 0.71% | 0.46% | - |
| XYZ | 8.44 | 5.14 | 3.34 | - |
| YUV | 60.41 | 121 | 168.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 34 | 48 | 0 | 0.71 | 0.59 | 0.54 | 349.88 | 0.55 | 0.3 |
| Hex | 75 | 22 | 30 | 0 | 47 | 3B | 36 | 15E | 37 | 1E |
| Octal | 165 | 42 | 60 | 0 | 107 | 73 | 66 | 536 | 67 | 36 |
| Binary | 1110101 | 100010 | 110000 | 0 | 1000111 | 111011 | 110110 | 101011110 | 110111 | 11110 |
Color Harmonies of #752230
Complementary color
Monochromatic Colors of #752230
Black with #752230
Text Example
Text Example
White with #752230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752230; }
p { color: rgb(117,34,48); }
H1.HeaderClassName
{
color: #752230;
}
.AnyTagClassName
{
color: #752230;
}
</style>
background-color css
<style>
a { background-color: #752230; }
a { background-color: rgb(117,34,48); }
div.DivClassName
{
background-color: #752230;
}
.BgClassName
{
background-color: #752230;
}
</style>
border-color css
<style>
span { border-color: #752230; }
span { border-color: rgb(117,34,48); }
td.TdClassName
{
border-color: #752230;
}
.TagClassName
{
border-color: #752230;
}
</style>