Shades of Claret #75253B
Tints of Claret #75253B
RGB
CMYK
RGB Variations
Color information
#75253B (or 0x75253B) is known color: Claret. HEX triplet: 75, 25 and 3B. RGB value is (117,37,59). Sum of RGB (Red+Green+Blue) = 117+37+59=213 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.93% from 213); Green value is 37 (14.84% from 255 or 17.37% from 213); Blue value is 59 (23.44% from 255 or 27.70% from 213); Max value from RGB is 117 - color contains mainly: red. Hex color #75253B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75253B is #8ADAC4. Grayscale: #3F3F3F. Windows color (decimal): -9099973 or 3876213. OLE color: 3876213.
HSL color Cylindrical-coordinate representation of color #75253B: hue angle of 343.5º degrees, saturation: 0.52, 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 #75253B is Cyan = 0, Magento = 0.68, Yellow = 0.50 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 37 | 59 | - |
| CMYK | 0 | 0.68 | 0.50 | 0.54 |
| HSL | 343.5º | 0.52% | 0.3% | - |
| HSV(B) | 343.5º | 0.68% | 0.46% | - |
| XYZ | 8.79 | 5.42 | 4.72 | - |
| YUV | 63.43 | 125.5 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 37 | 59 | 0 | 0.68 | 0.50 | 0.54 | 343.5 | 0.52 | 0.3 |
| Hex | 75 | 25 | 3B | 0 | 44 | 32 | 36 | 158 | 34 | 1E |
| Octal | 165 | 45 | 73 | 0 | 104 | 62 | 66 | 530 | 64 | 36 |
| Binary | 1110101 | 100101 | 111011 | 0 | 1000100 | 110010 | 110110 | 101011000 | 110100 | 11110 |
Color Harmonies of #75253B
Complementary color
Monochromatic Colors of #75253B
Black with #75253B
Text Example
Text Example
White with #75253B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75253B; }
p { color: rgb(117,37,59); }
H1.HeaderClassName
{
color: #75253B;
}
.AnyTagClassName
{
color: #75253B;
}
</style>
background-color css
<style>
a { background-color: #75253B; }
a { background-color: rgb(117,37,59); }
div.DivClassName
{
background-color: #75253B;
}
.BgClassName
{
background-color: #75253B;
}
</style>
border-color css
<style>
span { border-color: #75253B; }
span { border-color: rgb(117,37,59); }
td.TdClassName
{
border-color: #75253B;
}
.TagClassName
{
border-color: #75253B;
}
</style>