Shades of Claret #75102C
Tints of Claret #75102C
RGB
CMYK
RGB Variations
Color information
#75102C (or 0x75102C) is known color: Claret. HEX triplet: 75, 10 and 2C. RGB value is (117,16,44). Sum of RGB (Red+Green+Blue) = 117+16+44=177 (23% of max value = 765). Red value is 117 (46.09% from 255 or 66.10% from 177); Green value is 16 (6.64% from 255 or 9.04% from 177); Blue value is 44 (17.58% from 255 or 24.86% from 177); Max value from RGB is 117 - color contains mainly: red. Hex color #75102C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75102C is #8AEFD3. Grayscale: #313131. Windows color (decimal): -9105364 or 2887797. OLE color: 2887797.
HSL color Cylindrical-coordinate representation of color #75102C: hue angle of 343.37º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #75102C is Cyan = 0, Magento = 0.86, Yellow = 0.62 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 16 | 44 | - |
| CMYK | 0 | 0.86 | 0.62 | 0.54 |
| HSL | 343.37º | 0.76% | 0.26% | - |
| HSV(B) | 343.37º | 0.86% | 0.46% | - |
| XYZ | 7.98 | 4.33 | 2.8 | - |
| YUV | 49.39 | 124.96 | 176.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 16 | 44 | 0 | 0.86 | 0.62 | 0.54 | 343.37 | 0.76 | 0.26 |
| Hex | 75 | 10 | 2C | 0 | 56 | 3E | 36 | 157 | 4C | 1A |
| Octal | 165 | 20 | 54 | 0 | 126 | 76 | 66 | 527 | 114 | 32 |
| Binary | 1110101 | 10000 | 101100 | 0 | 1010110 | 111110 | 110110 | 101010111 | 1001100 | 11010 |
Color Harmonies of #75102C
Complementary color
Monochromatic Colors of #75102C
Black with #75102C
Text Example
Text Example
White with #75102C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75102C; }
p { color: rgb(117,16,44); }
H1.HeaderClassName
{
color: #75102C;
}
.AnyTagClassName
{
color: #75102C;
}
</style>
background-color css
<style>
a { background-color: #75102C; }
a { background-color: rgb(117,16,44); }
div.DivClassName
{
background-color: #75102C;
}
.BgClassName
{
background-color: #75102C;
}
</style>
border-color css
<style>
span { border-color: #75102C; }
span { border-color: rgb(117,16,44); }
td.TdClassName
{
border-color: #75102C;
}
.TagClassName
{
border-color: #75102C;
}
</style>