Shades of Claret #751F34
Tints of Claret #751F34
RGB
CMYK
RGB Variations
Color information
#751F34 (or 0x751F34) is known color: Claret. HEX triplet: 75, 1F and 34. RGB value is (117,31,52). Sum of RGB (Red+Green+Blue) = 117+31+52=200 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.5% from 200); Green value is 31 (12.5% from 255 or 15.5% from 200); Blue value is 52 (20.70% from 255 or 26% from 200); Max value from RGB is 117 - color contains mainly: red. Hex color #751F34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #751F34 is #8AE0CB. Grayscale: #3B3B3B. Windows color (decimal): -9101516 or 3415925. OLE color: 3415925.
HSL color Cylindrical-coordinate representation of color #751F34: hue angle of 345.35º 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 #751F34 is Cyan = 0, Magento = 0.74, Yellow = 0.56 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 31 | 52 | - |
| CMYK | 0 | 0.74 | 0.56 | 0.54 |
| HSL | 345.35º | 0.58% | 0.29% | - |
| HSV(B) | 345.35º | 0.74% | 0.46% | - |
| XYZ | 8.45 | 5.01 | 3.77 | - |
| YUV | 59.11 | 123.99 | 169.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 31 | 52 | 0 | 0.74 | 0.56 | 0.54 | 345.35 | 0.58 | 0.29 |
| Hex | 75 | 1F | 34 | 0 | 4A | 38 | 36 | 159 | 3A | 1D |
| Octal | 165 | 37 | 64 | 0 | 112 | 70 | 66 | 531 | 72 | 35 |
| Binary | 1110101 | 11111 | 110100 | 0 | 1001010 | 111000 | 110110 | 101011001 | 111010 | 11101 |
Color Harmonies of #751F34
Complementary color
Monochromatic Colors of #751F34
Black with #751F34
Text Example
Text Example
White with #751F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751F34; }
p { color: rgb(117,31,52); }
H1.HeaderClassName
{
color: #751F34;
}
.AnyTagClassName
{
color: #751F34;
}
</style>
background-color css
<style>
a { background-color: #751F34; }
a { background-color: rgb(117,31,52); }
div.DivClassName
{
background-color: #751F34;
}
.BgClassName
{
background-color: #751F34;
}
</style>
border-color css
<style>
span { border-color: #751F34; }
span { border-color: rgb(117,31,52); }
td.TdClassName
{
border-color: #751F34;
}
.TagClassName
{
border-color: #751F34;
}
</style>