Shades of Claret #75192E
Tints of Claret #75192E
RGB
CMYK
RGB Variations
Color information
#75192E (or 0x75192E) is known color: Claret. HEX triplet: 75, 19 and 2E. RGB value is (117,25,46). Sum of RGB (Red+Green+Blue) = 117+25+46=188 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.23% from 188); Green value is 25 (10.16% from 255 or 13.30% from 188); Blue value is 46 (18.36% from 255 or 24.47% from 188); Max value from RGB is 117 - color contains mainly: red. Hex color #75192E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75192E is #8AE6D1. Grayscale: #363636. Windows color (decimal): -9103058 or 3021173. OLE color: 3021173.
HSL color Cylindrical-coordinate representation of color #75192E: hue angle of 346.3º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #75192E is Cyan = 0, Magento = 0.79, Yellow = 0.61 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 25 | 46 | - |
| CMYK | 0 | 0.79 | 0.61 | 0.54 |
| HSL | 346.3º | 0.65% | 0.28% | - |
| HSV(B) | 346.3º | 0.79% | 0.46% | - |
| XYZ | 8.18 | 4.67 | 3.06 | - |
| YUV | 54.9 | 122.98 | 172.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 25 | 46 | 0 | 0.79 | 0.61 | 0.54 | 346.3 | 0.65 | 0.28 |
| Hex | 75 | 19 | 2E | 0 | 4F | 3D | 36 | 15A | 41 | 1C |
| Octal | 165 | 31 | 56 | 0 | 117 | 75 | 66 | 532 | 101 | 34 |
| Binary | 1110101 | 11001 | 101110 | 0 | 1001111 | 111101 | 110110 | 101011010 | 1000001 | 11100 |
Color Harmonies of #75192E
Complementary color
Monochromatic Colors of #75192E
Black with #75192E
Text Example
Text Example
White with #75192E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75192E; }
p { color: rgb(117,25,46); }
H1.HeaderClassName
{
color: #75192E;
}
.AnyTagClassName
{
color: #75192E;
}
</style>
background-color css
<style>
a { background-color: #75192E; }
a { background-color: rgb(117,25,46); }
div.DivClassName
{
background-color: #75192E;
}
.BgClassName
{
background-color: #75192E;
}
</style>
border-color css
<style>
span { border-color: #75192E; }
span { border-color: rgb(117,25,46); }
td.TdClassName
{
border-color: #75192E;
}
.TagClassName
{
border-color: #75192E;
}
</style>