Shades of Claret #751D3B
Tints of Claret #751D3B
RGB
CMYK
RGB Variations
Color information
#751D3B (or 0x751D3B) is known color: Claret. HEX triplet: 75, 1D and 3B. RGB value is (117,29,59). Sum of RGB (Red+Green+Blue) = 117+29+59=205 (27% of max value = 765). Red value is 117 (46.09% from 255 or 57.07% from 205); Green value is 29 (11.72% from 255 or 14.15% from 205); Blue value is 59 (23.44% from 255 or 28.78% from 205); Max value from RGB is 117 - color contains mainly: red. Hex color #751D3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #751D3B is #8AE2C4. Grayscale: #3A3A3A. Windows color (decimal): -9102021 or 3874165. OLE color: 3874165.
HSL color Cylindrical-coordinate representation of color #751D3B: hue angle of 339.55º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #751D3B is Cyan = 0, Magento = 0.75, Yellow = 0.50 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 29 | 59 | - |
| CMYK | 0 | 0.75 | 0.50 | 0.54 |
| HSL | 339.55º | 0.6% | 0.29% | - |
| HSV(B) | 339.55º | 0.75% | 0.46% | - |
| XYZ | 8.56 | 4.98 | 4.65 | - |
| YUV | 58.73 | 128.15 | 169.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 29 | 59 | 0 | 0.75 | 0.50 | 0.54 | 339.55 | 0.6 | 0.29 |
| Hex | 75 | 1D | 3B | 0 | 4B | 32 | 36 | 154 | 3C | 1D |
| Octal | 165 | 35 | 73 | 0 | 113 | 62 | 66 | 524 | 74 | 35 |
| Binary | 1110101 | 11101 | 111011 | 0 | 1001011 | 110010 | 110110 | 101010100 | 111100 | 11101 |
Color Harmonies of #751D3B
Complementary color
Monochromatic Colors of #751D3B
Black with #751D3B
Text Example
Text Example
White with #751D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751D3B; }
p { color: rgb(117,29,59); }
H1.HeaderClassName
{
color: #751D3B;
}
.AnyTagClassName
{
color: #751D3B;
}
</style>
background-color css
<style>
a { background-color: #751D3B; }
a { background-color: rgb(117,29,59); }
div.DivClassName
{
background-color: #751D3B;
}
.BgClassName
{
background-color: #751D3B;
}
</style>
border-color css
<style>
span { border-color: #751D3B; }
span { border-color: rgb(117,29,59); }
td.TdClassName
{
border-color: #751D3B;
}
.TagClassName
{
border-color: #751D3B;
}
</style>