Shades of Claret #751F37
Tints of Claret #751F37
RGB
CMYK
RGB Variations
Color information
#751F37 (or 0x751F37) is known color: Claret. HEX triplet: 75, 1F and 37. RGB value is (117,31,55). Sum of RGB (Red+Green+Blue) = 117+31+55=203 (26% of max value = 765). Red value is 117 (46.09% from 255 or 57.64% from 203); Green value is 31 (12.5% from 255 or 15.27% from 203); Blue value is 55 (21.88% from 255 or 27.09% from 203); Max value from RGB is 117 - color contains mainly: red. Hex color #751F37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #751F37 is #8AE0C8. Grayscale: #3B3B3B. Windows color (decimal): -9101513 or 3612533. OLE color: 3612533.
HSL color Cylindrical-coordinate representation of color #751F37: hue angle of 343.26º 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 #751F37 is Cyan = 0, Magento = 0.74, Yellow = 0.53 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 31 | 55 | - |
| CMYK | 0 | 0.74 | 0.53 | 0.54 |
| HSL | 343.26º | 0.58% | 0.29% | - |
| HSV(B) | 343.26º | 0.74% | 0.46% | - |
| XYZ | 8.52 | 5.04 | 4.14 | - |
| YUV | 59.45 | 125.49 | 169.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 31 | 55 | 0 | 0.74 | 0.53 | 0.54 | 343.26 | 0.58 | 0.29 |
| Hex | 75 | 1F | 37 | 0 | 4A | 35 | 36 | 157 | 3A | 1D |
| Octal | 165 | 37 | 67 | 0 | 112 | 65 | 66 | 527 | 72 | 35 |
| Binary | 1110101 | 11111 | 110111 | 0 | 1001010 | 110101 | 110110 | 101010111 | 111010 | 11101 |
Color Harmonies of #751F37
Complementary color
Monochromatic Colors of #751F37
Black with #751F37
Text Example
Text Example
White with #751F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751F37; }
p { color: rgb(117,31,55); }
H1.HeaderClassName
{
color: #751F37;
}
.AnyTagClassName
{
color: #751F37;
}
</style>
background-color css
<style>
a { background-color: #751F37; }
a { background-color: rgb(117,31,55); }
div.DivClassName
{
background-color: #751F37;
}
.BgClassName
{
background-color: #751F37;
}
</style>
border-color css
<style>
span { border-color: #751F37; }
span { border-color: rgb(117,31,55); }
td.TdClassName
{
border-color: #751F37;
}
.TagClassName
{
border-color: #751F37;
}
</style>