Shades of Claret #75112D
Tints of Claret #75112D
RGB
CMYK
RGB Variations
Color information
#75112D (or 0x75112D) is known color: Claret. HEX triplet: 75, 11 and 2D. RGB value is (117,17,45). Sum of RGB (Red+Green+Blue) = 117+17+45=179 (23% of max value = 765). Red value is 117 (46.09% from 255 or 65.36% from 179); Green value is 17 (7.03% from 255 or 9.50% from 179); Blue value is 45 (17.97% from 255 or 25.14% from 179); Max value from RGB is 117 - color contains mainly: red. Hex color #75112D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75112D is #8AEED2. Grayscale: #323232. Windows color (decimal): -9105107 or 2953589. OLE color: 2953589.
HSL color Cylindrical-coordinate representation of color #75112D: hue angle of 343.2º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #75112D is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 17 | 45 | - |
| CMYK | 0 | 0.85 | 0.62 | 0.54 |
| HSL | 343.2º | 0.75% | 0.26% | - |
| HSV(B) | 343.2º | 0.85% | 0.46% | - |
| XYZ | 8.01 | 4.37 | 2.9 | - |
| YUV | 50.09 | 125.13 | 175.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 17 | 45 | 0 | 0.85 | 0.62 | 0.54 | 343.2 | 0.75 | 0.26 |
| Hex | 75 | 11 | 2D | 0 | 55 | 3E | 36 | 157 | 4B | 1A |
| Octal | 165 | 21 | 55 | 0 | 125 | 76 | 66 | 527 | 113 | 32 |
| Binary | 1110101 | 10001 | 101101 | 0 | 1010101 | 111110 | 110110 | 101010111 | 1001011 | 11010 |
Color Harmonies of #75112D
Complementary color
Monochromatic Colors of #75112D
Black with #75112D
Text Example
Text Example
White with #75112D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75112D; }
p { color: rgb(117,17,45); }
H1.HeaderClassName
{
color: #75112D;
}
.AnyTagClassName
{
color: #75112D;
}
</style>
background-color css
<style>
a { background-color: #75112D; }
a { background-color: rgb(117,17,45); }
div.DivClassName
{
background-color: #75112D;
}
.BgClassName
{
background-color: #75112D;
}
</style>
border-color css
<style>
span { border-color: #75112D; }
span { border-color: rgb(117,17,45); }
td.TdClassName
{
border-color: #75112D;
}
.TagClassName
{
border-color: #75112D;
}
</style>