Shades of Claret #751736
Tints of Claret #751736
RGB
CMYK
RGB Variations
Color information
#751736 (or 0x751736) is known color: Claret. HEX triplet: 75, 17 and 36. RGB value is (117,23,54). Sum of RGB (Red+Green+Blue) = 117+23+54=194 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60.31% from 194); Green value is 23 (9.38% from 255 or 11.86% from 194); Blue value is 54 (21.48% from 255 or 27.84% from 194); Max value from RGB is 117 - color contains mainly: red. Hex color #751736 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751736 is #8AE8C9. Grayscale: #363636. Windows color (decimal): -9103562 or 3544949. OLE color: 3544949.
HSL color Cylindrical-coordinate representation of color #751736: hue angle of 340.21º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #751736 is Cyan = 0, Magento = 0.80, Yellow = 0.54 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 23 | 54 | - |
| CMYK | 0 | 0.80 | 0.54 | 0.54 |
| HSL | 340.21º | 0.67% | 0.27% | - |
| HSV(B) | 340.21º | 0.8% | 0.46% | - |
| XYZ | 8.31 | 4.66 | 3.95 | - |
| YUV | 54.64 | 127.64 | 172.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 23 | 54 | 0 | 0.80 | 0.54 | 0.54 | 340.21 | 0.67 | 0.27 |
| Hex | 75 | 17 | 36 | 0 | 50 | 36 | 36 | 154 | 43 | 1B |
| Octal | 165 | 27 | 66 | 0 | 120 | 66 | 66 | 524 | 103 | 33 |
| Binary | 1110101 | 10111 | 110110 | 0 | 1010000 | 110110 | 110110 | 101010100 | 1000011 | 11011 |
Color Harmonies of #751736
Complementary color
Monochromatic Colors of #751736
Black with #751736
Text Example
Text Example
White with #751736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751736; }
p { color: rgb(117,23,54); }
H1.HeaderClassName
{
color: #751736;
}
.AnyTagClassName
{
color: #751736;
}
</style>
background-color css
<style>
a { background-color: #751736; }
a { background-color: rgb(117,23,54); }
div.DivClassName
{
background-color: #751736;
}
.BgClassName
{
background-color: #751736;
}
</style>
border-color css
<style>
span { border-color: #751736; }
span { border-color: rgb(117,23,54); }
td.TdClassName
{
border-color: #751736;
}
.TagClassName
{
border-color: #751736;
}
</style>