Shades of Claret #751836
Tints of Claret #751836
RGB
CMYK
RGB Variations
Color information
#751836 (or 0x751836) is known color: Claret. HEX triplet: 75, 18 and 36. RGB value is (117,24,54). Sum of RGB (Red+Green+Blue) = 117+24+54=195 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60% from 195); Green value is 24 (9.77% from 255 or 12.31% from 195); Blue value is 54 (21.48% from 255 or 27.69% from 195); Max value from RGB is 117 - color contains mainly: red. Hex color #751836 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751836 is #8AE7C9. Grayscale: #373737. Windows color (decimal): -9103306 or 3545205. OLE color: 3545205.
HSL color Cylindrical-coordinate representation of color #751836: hue angle of 340.65º degrees, saturation: 0.66, 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 #751836 is Cyan = 0, Magento = 0.79, Yellow = 0.54 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 24 | 54 | - |
| CMYK | 0 | 0.79 | 0.54 | 0.54 |
| HSL | 340.65º | 0.66% | 0.28% | - |
| HSV(B) | 340.65º | 0.79% | 0.46% | - |
| XYZ | 8.33 | 4.7 | 3.96 | - |
| YUV | 55.23 | 127.31 | 172.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 24 | 54 | 0 | 0.79 | 0.54 | 0.54 | 340.65 | 0.66 | 0.28 |
| Hex | 75 | 18 | 36 | 0 | 4F | 36 | 36 | 155 | 42 | 1C |
| Octal | 165 | 30 | 66 | 0 | 117 | 66 | 66 | 525 | 102 | 34 |
| Binary | 1110101 | 11000 | 110110 | 0 | 1001111 | 110110 | 110110 | 101010101 | 1000010 | 11100 |
Color Harmonies of #751836
Complementary color
Monochromatic Colors of #751836
Black with #751836
Text Example
Text Example
White with #751836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751836; }
p { color: rgb(117,24,54); }
H1.HeaderClassName
{
color: #751836;
}
.AnyTagClassName
{
color: #751836;
}
</style>
background-color css
<style>
a { background-color: #751836; }
a { background-color: rgb(117,24,54); }
div.DivClassName
{
background-color: #751836;
}
.BgClassName
{
background-color: #751836;
}
</style>
border-color css
<style>
span { border-color: #751836; }
span { border-color: rgb(117,24,54); }
td.TdClassName
{
border-color: #751836;
}
.TagClassName
{
border-color: #751836;
}
</style>