Shades of Claret #75152E
Tints of Claret #75152E
RGB
CMYK
RGB Variations
Color information
#75152E (or 0x75152E) is known color: Claret. HEX triplet: 75, 15 and 2E. RGB value is (117,21,46). Sum of RGB (Red+Green+Blue) = 117+21+46=184 (24% of max value = 765). Red value is 117 (46.09% from 255 or 63.59% from 184); Green value is 21 (8.59% from 255 or 11.41% from 184); Blue value is 46 (18.36% from 255 or 25% from 184); Max value from RGB is 117 - color contains mainly: red. Hex color #75152E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75152E is #8AEAD1. Grayscale: #343434. Windows color (decimal): -9104082 or 3020149. OLE color: 3020149.
HSL color Cylindrical-coordinate representation of color #75152E: hue angle of 344.38º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #75152E is Cyan = 0, Magento = 0.82, Yellow = 0.61 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 21 | 46 | - |
| CMYK | 0 | 0.82 | 0.61 | 0.54 |
| HSL | 344.38º | 0.7% | 0.27% | - |
| HSV(B) | 344.38º | 0.82% | 0.46% | - |
| XYZ | 8.1 | 4.52 | 3.03 | - |
| YUV | 52.55 | 124.3 | 173.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 21 | 46 | 0 | 0.82 | 0.61 | 0.54 | 344.38 | 0.7 | 0.27 |
| Hex | 75 | 15 | 2E | 0 | 52 | 3D | 36 | 158 | 46 | 1B |
| Octal | 165 | 25 | 56 | 0 | 122 | 75 | 66 | 530 | 106 | 33 |
| Binary | 1110101 | 10101 | 101110 | 0 | 1010010 | 111101 | 110110 | 101011000 | 1000110 | 11011 |
Color Harmonies of #75152E
Complementary color
Monochromatic Colors of #75152E
Black with #75152E
Text Example
Text Example
White with #75152E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75152E; }
p { color: rgb(117,21,46); }
H1.HeaderClassName
{
color: #75152E;
}
.AnyTagClassName
{
color: #75152E;
}
</style>
background-color css
<style>
a { background-color: #75152E; }
a { background-color: rgb(117,21,46); }
div.DivClassName
{
background-color: #75152E;
}
.BgClassName
{
background-color: #75152E;
}
</style>
border-color css
<style>
span { border-color: #75152E; }
span { border-color: rgb(117,21,46); }
td.TdClassName
{
border-color: #75152E;
}
.TagClassName
{
border-color: #75152E;
}
</style>