Shades of Claret #751F31
Tints of Claret #751F31
RGB
CMYK
RGB Variations
Color information
#751F31 (or 0x751F31) is known color: Claret. HEX triplet: 75, 1F and 31. RGB value is (117,31,49). Sum of RGB (Red+Green+Blue) = 117+31+49=197 (26% of max value = 765). Red value is 117 (46.09% from 255 or 59.39% from 197); Green value is 31 (12.5% from 255 or 15.74% from 197); Blue value is 49 (19.53% from 255 or 24.87% from 197); Max value from RGB is 117 - color contains mainly: red. Hex color #751F31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #751F31 is #8AE0CE. Grayscale: #3A3A3A. Windows color (decimal): -9101519 or 3219317. OLE color: 3219317.
HSL color Cylindrical-coordinate representation of color #751F31: hue angle of 347.44º 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 #751F31 is Cyan = 0, Magento = 0.74, Yellow = 0.58 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 31 | 49 | - |
| CMYK | 0 | 0.74 | 0.58 | 0.54 |
| HSL | 347.44º | 0.58% | 0.29% | - |
| HSV(B) | 347.44º | 0.74% | 0.46% | - |
| XYZ | 8.38 | 4.98 | 3.43 | - |
| YUV | 58.77 | 122.49 | 169.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 31 | 49 | 0 | 0.74 | 0.58 | 0.54 | 347.44 | 0.58 | 0.29 |
| Hex | 75 | 1F | 31 | 0 | 4A | 3A | 36 | 15B | 3A | 1D |
| Octal | 165 | 37 | 61 | 0 | 112 | 72 | 66 | 533 | 72 | 35 |
| Binary | 1110101 | 11111 | 110001 | 0 | 1001010 | 111010 | 110110 | 101011011 | 111010 | 11101 |
Color Harmonies of #751F31
Complementary color
Monochromatic Colors of #751F31
Black with #751F31
Text Example
Text Example
White with #751F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751F31; }
p { color: rgb(117,31,49); }
H1.HeaderClassName
{
color: #751F31;
}
.AnyTagClassName
{
color: #751F31;
}
</style>
background-color css
<style>
a { background-color: #751F31; }
a { background-color: rgb(117,31,49); }
div.DivClassName
{
background-color: #751F31;
}
.BgClassName
{
background-color: #751F31;
}
</style>
border-color css
<style>
span { border-color: #751F31; }
span { border-color: rgb(117,31,49); }
td.TdClassName
{
border-color: #751F31;
}
.TagClassName
{
border-color: #751F31;
}
</style>