Shades of Pompadour #75173C
Tints of Pompadour #75173C
RGB
CMYK
RGB Variations
Color information
#75173C (or 0x75173C) is known color: Pompadour. HEX triplet: 75, 17 and 3C. RGB value is (117,23,60). Sum of RGB (Red+Green+Blue) = 117+23+60=200 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.5% from 200); Green value is 23 (9.38% from 255 or 11.5% from 200); Blue value is 60 (23.83% from 255 or 30% from 200); Max value from RGB is 117 - color contains mainly: red. Hex color #75173C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75173C is #8AE8C3. Grayscale: #373737. Windows color (decimal): -9103556 or 3938165. OLE color: 3938165.
HSL color Cylindrical-coordinate representation of color #75173C: hue angle of 336.38º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #75173C is Cyan = 0, Magento = 0.80, Yellow = 0.49 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 23 | 60 | - |
| CMYK | 0 | 0.80 | 0.49 | 0.54 |
| HSL | 336.38º | 0.67% | 0.27% | - |
| HSV(B) | 336.38º | 0.8% | 0.46% | - |
| XYZ | 8.46 | 4.72 | 4.74 | - |
| YUV | 55.32 | 130.64 | 171.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 23 | 60 | 0 | 0.80 | 0.49 | 0.54 | 336.38 | 0.67 | 0.27 |
| Hex | 75 | 17 | 3C | 0 | 50 | 31 | 36 | 150 | 43 | 1B |
| Octal | 165 | 27 | 74 | 0 | 120 | 61 | 66 | 520 | 103 | 33 |
| Binary | 1110101 | 10111 | 111100 | 0 | 1010000 | 110001 | 110110 | 101010000 | 1000011 | 11011 |
Color Harmonies of #75173C
Complementary color
Monochromatic Colors of #75173C
Black with #75173C
Text Example
Text Example
White with #75173C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75173C; }
p { color: rgb(117,23,60); }
H1.HeaderClassName
{
color: #75173C;
}
.AnyTagClassName
{
color: #75173C;
}
</style>
background-color css
<style>
a { background-color: #75173C; }
a { background-color: rgb(117,23,60); }
div.DivClassName
{
background-color: #75173C;
}
.BgClassName
{
background-color: #75173C;
}
</style>
border-color css
<style>
span { border-color: #75173C; }
span { border-color: rgb(117,23,60); }
td.TdClassName
{
border-color: #75173C;
}
.TagClassName
{
border-color: #75173C;
}
</style>