Shades of Pompadour #751B3C
Tints of Pompadour #751B3C
RGB
CMYK
RGB Variations
Color information
#751B3C (or 0x751B3C) is known color: Pompadour. HEX triplet: 75, 1B and 3C. RGB value is (117,27,60). Sum of RGB (Red+Green+Blue) = 117+27+60=204 (27% of max value = 765). Red value is 117 (46.09% from 255 or 57.35% from 204); Green value is 27 (10.94% from 255 or 13.24% from 204); Blue value is 60 (23.83% from 255 or 29.41% from 204); Max value from RGB is 117 - color contains mainly: red. Hex color #751B3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #751B3C is #8AE4C3. Grayscale: #393939. Windows color (decimal): -9102532 or 3939189. OLE color: 3939189.
HSL color Cylindrical-coordinate representation of color #751B3C: hue angle of 338º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #751B3C is Cyan = 0, Magento = 0.77, Yellow = 0.49 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 27 | 60 | - |
| CMYK | 0 | 0.77 | 0.49 | 0.54 |
| HSL | 338º | 0.63% | 0.28% | - |
| HSV(B) | 338º | 0.77% | 0.46% | - |
| XYZ | 8.54 | 4.89 | 4.77 | - |
| YUV | 57.67 | 129.32 | 170.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 27 | 60 | 0 | 0.77 | 0.49 | 0.54 | 338 | 0.63 | 0.28 |
| Hex | 75 | 1B | 3C | 0 | 4D | 31 | 36 | 152 | 3E | 1C |
| Octal | 165 | 33 | 74 | 0 | 115 | 61 | 66 | 522 | 76 | 34 |
| Binary | 1110101 | 11011 | 111100 | 0 | 1001101 | 110001 | 110110 | 101010010 | 111110 | 11100 |
Color Harmonies of #751B3C
Complementary color
Monochromatic Colors of #751B3C
Black with #751B3C
Text Example
Text Example
White with #751B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751B3C; }
p { color: rgb(117,27,60); }
H1.HeaderClassName
{
color: #751B3C;
}
.AnyTagClassName
{
color: #751B3C;
}
</style>
background-color css
<style>
a { background-color: #751B3C; }
a { background-color: rgb(117,27,60); }
div.DivClassName
{
background-color: #751B3C;
}
.BgClassName
{
background-color: #751B3C;
}
</style>
border-color css
<style>
span { border-color: #751B3C; }
span { border-color: rgb(117,27,60); }
td.TdClassName
{
border-color: #751B3C;
}
.TagClassName
{
border-color: #751B3C;
}
</style>