Shades of Pompadour #751A3F
Tints of Pompadour #751A3F
RGB
CMYK
RGB Variations
Color information
#751A3F (or 0x751A3F) is known color: Pompadour. HEX triplet: 75, 1A and 3F. RGB value is (117,26,63). Sum of RGB (Red+Green+Blue) = 117+26+63=206 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.80% from 206); Green value is 26 (10.55% from 255 or 12.62% from 206); Blue value is 63 (25% from 255 or 30.58% from 206); Max value from RGB is 117 - color contains mainly: red. Hex color #751A3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #751A3F is #8AE5C0. Grayscale: #393939. Windows color (decimal): -9102785 or 4135541. OLE color: 4135541.
HSL color Cylindrical-coordinate representation of color #751A3F: hue angle of 335.6º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #751A3F is Cyan = 0, Magento = 0.78, Yellow = 0.46 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 26 | 63 | - |
| CMYK | 0 | 0.78 | 0.46 | 0.54 |
| HSL | 335.6º | 0.64% | 0.28% | - |
| HSV(B) | 335.6º | 0.78% | 0.46% | - |
| XYZ | 8.6 | 4.88 | 5.19 | - |
| YUV | 57.43 | 131.15 | 170.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 26 | 63 | 0 | 0.78 | 0.46 | 0.54 | 335.6 | 0.64 | 0.28 |
| Hex | 75 | 1A | 3F | 0 | 4E | 2E | 36 | 150 | 40 | 1C |
| Octal | 165 | 32 | 77 | 0 | 116 | 56 | 66 | 520 | 100 | 34 |
| Binary | 1110101 | 11010 | 111111 | 0 | 1001110 | 101110 | 110110 | 101010000 | 1000000 | 11100 |
Color Harmonies of #751A3F
Complementary color
Monochromatic Colors of #751A3F
Black with #751A3F
Text Example
Text Example
White with #751A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751A3F; }
p { color: rgb(117,26,63); }
H1.HeaderClassName
{
color: #751A3F;
}
.AnyTagClassName
{
color: #751A3F;
}
</style>
background-color css
<style>
a { background-color: #751A3F; }
a { background-color: rgb(117,26,63); }
div.DivClassName
{
background-color: #751A3F;
}
.BgClassName
{
background-color: #751A3F;
}
</style>
border-color css
<style>
span { border-color: #751A3F; }
span { border-color: rgb(117,26,63); }
td.TdClassName
{
border-color: #751A3F;
}
.TagClassName
{
border-color: #751A3F;
}
</style>