Shades of Pompadour #741B3F
Tints of Pompadour #741B3F
RGB
CMYK
RGB Variations
Color information
#741B3F (or 0x741B3F) is known color: Pompadour. HEX triplet: 74, 1B and 3F. RGB value is (116,27,63). Sum of RGB (Red+Green+Blue) = 116+27+63=206 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.31% from 206); Green value is 27 (10.94% from 255 or 13.11% from 206); Blue value is 63 (25% from 255 or 30.58% from 206); Max value from RGB is 116 - color contains mainly: red. Hex color #741B3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #741B3F is #8BE4C0. Grayscale: #393939. Windows color (decimal): -9168065 or 4135796. OLE color: 4135796.
HSL color Cylindrical-coordinate representation of color #741B3F: hue angle of 335.73º 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 #741B3F is Cyan = 0, Magento = 0.77, Yellow = 0.46 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 27 | 63 | - |
| CMYK | 0 | 0.77 | 0.46 | 0.55 |
| HSL | 335.73º | 0.62% | 0.28% | - |
| HSV(B) | 335.73º | 0.77% | 0.45% | - |
| XYZ | 8.49 | 4.86 | 5.19 | - |
| YUV | 57.72 | 130.99 | 169.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 27 | 63 | 0 | 0.77 | 0.46 | 0.55 | 335.73 | 0.62 | 0.28 |
| Hex | 74 | 1B | 3F | 0 | 4D | 2E | 37 | 150 | 3E | 1C |
| Octal | 164 | 33 | 77 | 0 | 115 | 56 | 67 | 520 | 76 | 34 |
| Binary | 1110100 | 11011 | 111111 | 0 | 1001101 | 101110 | 110111 | 101010000 | 111110 | 11100 |
Color Harmonies of #741B3F
Complementary color
Monochromatic Colors of #741B3F
Black with #741B3F
Text Example
Text Example
White with #741B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741B3F; }
p { color: rgb(116,27,63); }
H1.HeaderClassName
{
color: #741B3F;
}
.AnyTagClassName
{
color: #741B3F;
}
</style>
background-color css
<style>
a { background-color: #741B3F; }
a { background-color: rgb(116,27,63); }
div.DivClassName
{
background-color: #741B3F;
}
.BgClassName
{
background-color: #741B3F;
}
</style>
border-color css
<style>
span { border-color: #741B3F; }
span { border-color: rgb(116,27,63); }
td.TdClassName
{
border-color: #741B3F;
}
.TagClassName
{
border-color: #741B3F;
}
</style>