Shades of Claret #751C36
Tints of Claret #751C36
RGB
CMYK
RGB Variations
Color information
#751C36 (or 0x751C36) is known color: Claret. HEX triplet: 75, 1C and 36. RGB value is (117,28,54). Sum of RGB (Red+Green+Blue) = 117+28+54=199 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.79% from 199); Green value is 28 (11.33% from 255 or 14.07% from 199); Blue value is 54 (21.48% from 255 or 27.14% from 199); Max value from RGB is 117 - color contains mainly: red. Hex color #751C36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #751C36 is #8AE3C9. Grayscale: #393939. Windows color (decimal): -9102282 or 3546229. OLE color: 3546229.
HSL color Cylindrical-coordinate representation of color #751C36: hue angle of 342.47º 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 #751C36 is Cyan = 0, Magento = 0.76, Yellow = 0.54 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 28 | 54 | - |
| CMYK | 0 | 0.76 | 0.54 | 0.54 |
| HSL | 342.47º | 0.61% | 0.28% | - |
| HSV(B) | 342.47º | 0.76% | 0.46% | - |
| XYZ | 8.42 | 4.88 | 3.99 | - |
| YUV | 57.58 | 125.99 | 170.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 28 | 54 | 0 | 0.76 | 0.54 | 0.54 | 342.47 | 0.61 | 0.28 |
| Hex | 75 | 1C | 36 | 0 | 4C | 36 | 36 | 156 | 3D | 1C |
| Octal | 165 | 34 | 66 | 0 | 114 | 66 | 66 | 526 | 75 | 34 |
| Binary | 1110101 | 11100 | 110110 | 0 | 1001100 | 110110 | 110110 | 101010110 | 111101 | 11100 |
Color Harmonies of #751C36
Complementary color
Monochromatic Colors of #751C36
Black with #751C36
Text Example
Text Example
White with #751C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751C36; }
p { color: rgb(117,28,54); }
H1.HeaderClassName
{
color: #751C36;
}
.AnyTagClassName
{
color: #751C36;
}
</style>
background-color css
<style>
a { background-color: #751C36; }
a { background-color: rgb(117,28,54); }
div.DivClassName
{
background-color: #751C36;
}
.BgClassName
{
background-color: #751C36;
}
</style>
border-color css
<style>
span { border-color: #751C36; }
span { border-color: rgb(117,28,54); }
td.TdClassName
{
border-color: #751C36;
}
.TagClassName
{
border-color: #751C36;
}
</style>