Shades of Claret #752638
Tints of Claret #752638
RGB
CMYK
RGB Variations
Color information
#752638 (or 0x752638) is known color: Claret. HEX triplet: 75, 26 and 38. RGB value is (117,38,56). Sum of RGB (Red+Green+Blue) = 117+38+56=211 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.45% from 211); Green value is 38 (15.23% from 255 or 18.01% from 211); Blue value is 56 (22.27% from 255 or 26.54% from 211); Max value from RGB is 117 - color contains mainly: red. Hex color #752638 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752638 is #8AD9C7. Grayscale: #3F3F3F. Windows color (decimal): -9099720 or 3679861. OLE color: 3679861.
HSL color Cylindrical-coordinate representation of color #752638: hue angle of 346.33º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #752638 is Cyan = 0, Magento = 0.68, Yellow = 0.52 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 38 | 56 | - |
| CMYK | 0 | 0.68 | 0.52 | 0.54 |
| HSL | 346.33º | 0.51% | 0.3% | - |
| HSV(B) | 346.33º | 0.68% | 0.46% | - |
| XYZ | 8.74 | 5.45 | 4.33 | - |
| YUV | 63.67 | 123.67 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 38 | 56 | 0 | 0.68 | 0.52 | 0.54 | 346.33 | 0.51 | 0.3 |
| Hex | 75 | 26 | 38 | 0 | 44 | 34 | 36 | 15A | 33 | 1E |
| Octal | 165 | 46 | 70 | 0 | 104 | 64 | 66 | 532 | 63 | 36 |
| Binary | 1110101 | 100110 | 111000 | 0 | 1000100 | 110100 | 110110 | 101011010 | 110011 | 11110 |
Color Harmonies of #752638
Complementary color
Monochromatic Colors of #752638
Black with #752638
Text Example
Text Example
White with #752638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752638; }
p { color: rgb(117,38,56); }
H1.HeaderClassName
{
color: #752638;
}
.AnyTagClassName
{
color: #752638;
}
</style>
background-color css
<style>
a { background-color: #752638; }
a { background-color: rgb(117,38,56); }
div.DivClassName
{
background-color: #752638;
}
.BgClassName
{
background-color: #752638;
}
</style>
border-color css
<style>
span { border-color: #752638; }
span { border-color: rgb(117,38,56); }
td.TdClassName
{
border-color: #752638;
}
.TagClassName
{
border-color: #752638;
}
</style>