Shades of Pompadour #74103F
Tints of Pompadour #74103F
RGB
CMYK
RGB Variations
Color information
#74103F (or 0x74103F) is known color: Pompadour. HEX triplet: 74, 10 and 3F. RGB value is (116,16,63). Sum of RGB (Red+Green+Blue) = 116+16+63=195 (25% of max value = 765). Red value is 116 (45.70% from 255 or 59.49% from 195); Green value is 16 (6.64% from 255 or 8.21% from 195); Blue value is 63 (25% from 255 or 32.31% from 195); Max value from RGB is 116 - color contains mainly: red. Hex color #74103F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74103F is #8BEFC0. Grayscale: #333333. Windows color (decimal): -9170881 or 4132980. OLE color: 4132980.
HSL color Cylindrical-coordinate representation of color #74103F: hue angle of 331.8º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #74103F is Cyan = 0, Magento = 0.86, Yellow = 0.46 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 16 | 63 | - |
| CMYK | 0 | 0.86 | 0.46 | 0.55 |
| HSL | 331.8º | 0.76% | 0.26% | - |
| HSV(B) | 331.8º | 0.86% | 0.45% | - |
| XYZ | 8.28 | 4.44 | 5.12 | - |
| YUV | 51.26 | 134.63 | 174.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 16 | 63 | 0 | 0.86 | 0.46 | 0.55 | 331.8 | 0.76 | 0.26 |
| Hex | 74 | 10 | 3F | 0 | 56 | 2E | 37 | 14C | 4C | 1A |
| Octal | 164 | 20 | 77 | 0 | 126 | 56 | 67 | 514 | 114 | 32 |
| Binary | 1110100 | 10000 | 111111 | 0 | 1010110 | 101110 | 110111 | 101001100 | 1001100 | 11010 |
Color Harmonies of #74103F
Complementary color
Monochromatic Colors of #74103F
Black with #74103F
Text Example
Text Example
White with #74103F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74103F; }
p { color: rgb(116,16,63); }
H1.HeaderClassName
{
color: #74103F;
}
.AnyTagClassName
{
color: #74103F;
}
</style>
background-color css
<style>
a { background-color: #74103F; }
a { background-color: rgb(116,16,63); }
div.DivClassName
{
background-color: #74103F;
}
.BgClassName
{
background-color: #74103F;
}
</style>
border-color css
<style>
span { border-color: #74103F; }
span { border-color: rgb(116,16,63); }
td.TdClassName
{
border-color: #74103F;
}
.TagClassName
{
border-color: #74103F;
}
</style>