Shades of Pompadour #741D3D
Tints of Pompadour #741D3D
RGB
CMYK
RGB Variations
Color information
#741D3D (or 0x741D3D) is known color: Pompadour. HEX triplet: 74, 1D and 3D. RGB value is (116,29,61). Sum of RGB (Red+Green+Blue) = 116+29+61=206 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.31% from 206); Green value is 29 (11.72% from 255 or 14.08% from 206); Blue value is 61 (24.22% from 255 or 29.61% from 206); Max value from RGB is 116 - color contains mainly: red. Hex color #741D3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #741D3D is #8BE2C2. Grayscale: #3A3A3A. Windows color (decimal): -9167555 or 4005236. OLE color: 4005236.
HSL color Cylindrical-coordinate representation of color #741D3D: hue angle of 337.93º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #741D3D is Cyan = 0, Magento = 0.75, Yellow = 0.47 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 29 | 61 | - |
| CMYK | 0 | 0.75 | 0.47 | 0.55 |
| HSL | 337.93º | 0.6% | 0.28% | - |
| HSV(B) | 337.93º | 0.75% | 0.45% | - |
| XYZ | 8.48 | 4.93 | 4.92 | - |
| YUV | 58.66 | 129.32 | 168.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 29 | 61 | 0 | 0.75 | 0.47 | 0.55 | 337.93 | 0.6 | 0.28 |
| Hex | 74 | 1D | 3D | 0 | 4B | 2F | 37 | 152 | 3C | 1C |
| Octal | 164 | 35 | 75 | 0 | 113 | 57 | 67 | 522 | 74 | 34 |
| Binary | 1110100 | 11101 | 111101 | 0 | 1001011 | 101111 | 110111 | 101010010 | 111100 | 11100 |
Color Harmonies of #741D3D
Complementary color
Monochromatic Colors of #741D3D
Black with #741D3D
Text Example
Text Example
White with #741D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741D3D; }
p { color: rgb(116,29,61); }
H1.HeaderClassName
{
color: #741D3D;
}
.AnyTagClassName
{
color: #741D3D;
}
</style>
background-color css
<style>
a { background-color: #741D3D; }
a { background-color: rgb(116,29,61); }
div.DivClassName
{
background-color: #741D3D;
}
.BgClassName
{
background-color: #741D3D;
}
</style>
border-color css
<style>
span { border-color: #741D3D; }
span { border-color: rgb(116,29,61); }
td.TdClassName
{
border-color: #741D3D;
}
.TagClassName
{
border-color: #741D3D;
}
</style>