Shades of Pompadour #741B3C
Tints of Pompadour #741B3C
RGB
CMYK
RGB Variations
Color information
#741B3C (or 0x741B3C) is known color: Pompadour. HEX triplet: 74, 1B and 3C. RGB value is (116,27,60). Sum of RGB (Red+Green+Blue) = 116+27+60=203 (26% of max value = 765). Red value is 116 (45.70% from 255 or 57.14% from 203); Green value is 27 (10.94% from 255 or 13.30% from 203); Blue value is 60 (23.83% from 255 or 29.56% from 203); Max value from RGB is 116 - color contains mainly: red. Hex color #741B3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #741B3C is #8BE4C3. Grayscale: #393939. Windows color (decimal): -9168068 or 3939188. OLE color: 3939188.
HSL color Cylindrical-coordinate representation of color #741B3C: hue angle of 337.75º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #741B3C is Cyan = 0, Magento = 0.77, Yellow = 0.48 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 27 | 60 | - |
| CMYK | 0 | 0.77 | 0.48 | 0.55 |
| HSL | 337.75º | 0.62% | 0.28% | - |
| HSV(B) | 337.75º | 0.77% | 0.45% | - |
| XYZ | 8.41 | 4.82 | 4.76 | - |
| YUV | 57.37 | 129.49 | 169.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 27 | 60 | 0 | 0.77 | 0.48 | 0.55 | 337.75 | 0.62 | 0.28 |
| Hex | 74 | 1B | 3C | 0 | 4D | 30 | 37 | 152 | 3E | 1C |
| Octal | 164 | 33 | 74 | 0 | 115 | 60 | 67 | 522 | 76 | 34 |
| Binary | 1110100 | 11011 | 111100 | 0 | 1001101 | 110000 | 110111 | 101010010 | 111110 | 11100 |
Color Harmonies of #741B3C
Complementary color
Monochromatic Colors of #741B3C
Black with #741B3C
Text Example
Text Example
White with #741B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741B3C; }
p { color: rgb(116,27,60); }
H1.HeaderClassName
{
color: #741B3C;
}
.AnyTagClassName
{
color: #741B3C;
}
</style>
background-color css
<style>
a { background-color: #741B3C; }
a { background-color: rgb(116,27,60); }
div.DivClassName
{
background-color: #741B3C;
}
.BgClassName
{
background-color: #741B3C;
}
</style>
border-color css
<style>
span { border-color: #741B3C; }
span { border-color: rgb(116,27,60); }
td.TdClassName
{
border-color: #741B3C;
}
.TagClassName
{
border-color: #741B3C;
}
</style>