Shades of Pompadour #7F103D
Tints of Pompadour #7F103D
RGB
CMYK
RGB Variations
Color information
#7F103D (or 0x7F103D) is known color: Pompadour. HEX triplet: 7F, 10 and 3D. RGB value is (127,16,61). Sum of RGB (Red+Green+Blue) = 127+16+61=204 (27% of max value = 765). Red value is 127 (50% from 255 or 62.25% from 204); Green value is 16 (6.64% from 255 or 7.84% from 204); Blue value is 61 (24.22% from 255 or 29.90% from 204); Max value from RGB is 127 - color contains mainly: red. Hex color #7F103D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F103D is #80EFC2. Grayscale: #363636. Windows color (decimal): -8449987 or 4001919. OLE color: 4001919.
HSL color Cylindrical-coordinate representation of color #7F103D: hue angle of 335.68º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7F103D is Cyan = 0, Magento = 0.87, Yellow = 0.52 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 16 | 61 | - |
| CMYK | 0 | 0.87 | 0.52 | 0.50 |
| HSL | 335.68º | 0.78% | 0.28% | - |
| HSV(B) | 335.68º | 0.87% | 0.5% | - |
| XYZ | 9.78 | 5.22 | 4.91 | - |
| YUV | 54.32 | 131.77 | 179.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 16 | 61 | 0 | 0.87 | 0.52 | 0.50 | 335.68 | 0.78 | 0.28 |
| Hex | 7F | 10 | 3D | 0 | 57 | 34 | 32 | 150 | 4E | 1C |
| Octal | 177 | 20 | 75 | 0 | 127 | 64 | 62 | 520 | 116 | 34 |
| Binary | 1111111 | 10000 | 111101 | 0 | 1010111 | 110100 | 110010 | 101010000 | 1001110 | 11100 |
Color Harmonies of #7F103D
Complementary color
Monochromatic Colors of #7F103D
Black with #7F103D
Text Example
Text Example
White with #7F103D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F103D; }
p { color: rgb(127,16,61); }
H1.HeaderClassName
{
color: #7F103D;
}
.AnyTagClassName
{
color: #7F103D;
}
</style>
background-color css
<style>
a { background-color: #7F103D; }
a { background-color: rgb(127,16,61); }
div.DivClassName
{
background-color: #7F103D;
}
.BgClassName
{
background-color: #7F103D;
}
</style>
border-color css
<style>
span { border-color: #7F103D; }
span { border-color: rgb(127,16,61); }
td.TdClassName
{
border-color: #7F103D;
}
.TagClassName
{
border-color: #7F103D;
}
</style>