Shades of Pompadour #751F43
Tints of Pompadour #751F43
RGB
CMYK
RGB Variations
Color information
#751F43 (or 0x751F43) is known color: Pompadour. HEX triplet: 75, 1F and 43. RGB value is (117,31,67). Sum of RGB (Red+Green+Blue) = 117+31+67=215 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.42% from 215); Green value is 31 (12.5% from 255 or 14.42% from 215); Blue value is 67 (26.56% from 255 or 31.16% from 215); Max value from RGB is 117 - color contains mainly: red. Hex color #751F43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #751F43 is #8AE0BC. Grayscale: #3C3C3C. Windows color (decimal): -9101501 or 4398965. OLE color: 4398965.
HSL color Cylindrical-coordinate representation of color #751F43: hue angle of 334.88º 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 #751F43 is Cyan = 0, Magento = 0.74, Yellow = 0.43 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 31 | 67 | - |
| CMYK | 0 | 0.74 | 0.43 | 0.54 |
| HSL | 334.88º | 0.58% | 0.29% | - |
| HSV(B) | 334.88º | 0.74% | 0.46% | - |
| XYZ | 8.84 | 5.17 | 5.84 | - |
| YUV | 60.82 | 131.49 | 168.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 31 | 67 | 0 | 0.74 | 0.43 | 0.54 | 334.88 | 0.58 | 0.29 |
| Hex | 75 | 1F | 43 | 0 | 4A | 2B | 36 | 14F | 3A | 1D |
| Octal | 165 | 37 | 103 | 0 | 112 | 53 | 66 | 517 | 72 | 35 |
| Binary | 1110101 | 11111 | 1000011 | 0 | 1001010 | 101011 | 110110 | 101001111 | 111010 | 11101 |
Color Harmonies of #751F43
Complementary color
Monochromatic Colors of #751F43
Black with #751F43
Text Example
Text Example
White with #751F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751F43; }
p { color: rgb(117,31,67); }
H1.HeaderClassName
{
color: #751F43;
}
.AnyTagClassName
{
color: #751F43;
}
</style>
background-color css
<style>
a { background-color: #751F43; }
a { background-color: rgb(117,31,67); }
div.DivClassName
{
background-color: #751F43;
}
.BgClassName
{
background-color: #751F43;
}
</style>
border-color css
<style>
span { border-color: #751F43; }
span { border-color: rgb(117,31,67); }
td.TdClassName
{
border-color: #751F43;
}
.TagClassName
{
border-color: #751F43;
}
</style>