Shades of Claret #751C34
Tints of Claret #751C34
RGB
CMYK
RGB Variations
Color information
#751C34 (or 0x751C34) is known color: Claret. HEX triplet: 75, 1C and 34. RGB value is (117,28,52). Sum of RGB (Red+Green+Blue) = 117+28+52=197 (26% of max value = 765). Red value is 117 (46.09% from 255 or 59.39% from 197); Green value is 28 (11.33% from 255 or 14.21% from 197); Blue value is 52 (20.70% from 255 or 26.40% from 197); Max value from RGB is 117 - color contains mainly: red. Hex color #751C34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #751C34 is #8AE3CB. Grayscale: #393939. Windows color (decimal): -9102284 or 3415157. OLE color: 3415157.
HSL color Cylindrical-coordinate representation of color #751C34: hue angle of 343.82º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #751C34 is Cyan = 0, Magento = 0.76, Yellow = 0.56 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 28 | 52 | - |
| CMYK | 0 | 0.76 | 0.56 | 0.54 |
| HSL | 343.82º | 0.61% | 0.28% | - |
| HSV(B) | 343.82º | 0.76% | 0.46% | - |
| XYZ | 8.37 | 4.86 | 3.75 | - |
| YUV | 57.35 | 124.99 | 170.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 28 | 52 | 0 | 0.76 | 0.56 | 0.54 | 343.82 | 0.61 | 0.28 |
| Hex | 75 | 1C | 34 | 0 | 4C | 38 | 36 | 158 | 3D | 1C |
| Octal | 165 | 34 | 64 | 0 | 114 | 70 | 66 | 530 | 75 | 34 |
| Binary | 1110101 | 11100 | 110100 | 0 | 1001100 | 111000 | 110110 | 101011000 | 111101 | 11100 |
Color Harmonies of #751C34
Complementary color
Monochromatic Colors of #751C34
Black with #751C34
Text Example
Text Example
White with #751C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751C34; }
p { color: rgb(117,28,52); }
H1.HeaderClassName
{
color: #751C34;
}
.AnyTagClassName
{
color: #751C34;
}
</style>
background-color css
<style>
a { background-color: #751C34; }
a { background-color: rgb(117,28,52); }
div.DivClassName
{
background-color: #751C34;
}
.BgClassName
{
background-color: #751C34;
}
</style>
border-color css
<style>
span { border-color: #751C34; }
span { border-color: rgb(117,28,52); }
td.TdClassName
{
border-color: #751C34;
}
.TagClassName
{
border-color: #751C34;
}
</style>