Shades of Claret #751F2F
Tints of Claret #751F2F
RGB
CMYK
RGB Variations
Color information
#751F2F (or 0x751F2F) is known color: Claret. HEX triplet: 75, 1F and 2F. RGB value is (117,31,47). Sum of RGB (Red+Green+Blue) = 117+31+47=195 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60% from 195); Green value is 31 (12.5% from 255 or 15.90% from 195); Blue value is 47 (18.75% from 255 or 24.10% from 195); Max value from RGB is 117 - color contains mainly: red. Hex color #751F2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #751F2F is #8AE0D0. Grayscale: #3A3A3A. Windows color (decimal): -9101521 or 3088245. OLE color: 3088245.
HSL color Cylindrical-coordinate representation of color #751F2F: hue angle of 348.84º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #751F2F is Cyan = 0, Magento = 0.74, Yellow = 0.60 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 31 | 47 | - |
| CMYK | 0 | 0.74 | 0.60 | 0.54 |
| HSL | 348.84º | 0.58% | 0.29% | - |
| HSV(B) | 348.84º | 0.74% | 0.46% | - |
| XYZ | 8.34 | 4.97 | 3.21 | - |
| YUV | 58.54 | 121.49 | 169.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 31 | 47 | 0 | 0.74 | 0.60 | 0.54 | 348.84 | 0.58 | 0.29 |
| Hex | 75 | 1F | 2F | 0 | 4A | 3C | 36 | 15D | 3A | 1D |
| Octal | 165 | 37 | 57 | 0 | 112 | 74 | 66 | 535 | 72 | 35 |
| Binary | 1110101 | 11111 | 101111 | 0 | 1001010 | 111100 | 110110 | 101011101 | 111010 | 11101 |
Color Harmonies of #751F2F
Complementary color
Monochromatic Colors of #751F2F
Black with #751F2F
Text Example
Text Example
White with #751F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751F2F; }
p { color: rgb(117,31,47); }
H1.HeaderClassName
{
color: #751F2F;
}
.AnyTagClassName
{
color: #751F2F;
}
</style>
background-color css
<style>
a { background-color: #751F2F; }
a { background-color: rgb(117,31,47); }
div.DivClassName
{
background-color: #751F2F;
}
.BgClassName
{
background-color: #751F2F;
}
</style>
border-color css
<style>
span { border-color: #751F2F; }
span { border-color: rgb(117,31,47); }
td.TdClassName
{
border-color: #751F2F;
}
.TagClassName
{
border-color: #751F2F;
}
</style>