Shades of Pompadour #74173C
Tints of Pompadour #74173C
RGB
CMYK
RGB Variations
Color information
#74173C (or 0x74173C) is known color: Pompadour. HEX triplet: 74, 17 and 3C. RGB value is (116,23,60). Sum of RGB (Red+Green+Blue) = 116+23+60=199 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58.29% from 199); Green value is 23 (9.38% from 255 or 11.56% from 199); Blue value is 60 (23.83% from 255 or 30.15% from 199); Max value from RGB is 116 - color contains mainly: red. Hex color #74173C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74173C is #8BE8C3. Grayscale: #363636. Windows color (decimal): -9169092 or 3938164. OLE color: 3938164.
HSL color Cylindrical-coordinate representation of color #74173C: hue angle of 336.13º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #74173C is Cyan = 0, Magento = 0.80, Yellow = 0.48 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 23 | 60 | - |
| CMYK | 0 | 0.80 | 0.48 | 0.55 |
| HSL | 336.13º | 0.67% | 0.27% | - |
| HSV(B) | 336.13º | 0.8% | 0.45% | - |
| XYZ | 8.32 | 4.65 | 4.73 | - |
| YUV | 55.03 | 130.81 | 171.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 23 | 60 | 0 | 0.80 | 0.48 | 0.55 | 336.13 | 0.67 | 0.27 |
| Hex | 74 | 17 | 3C | 0 | 50 | 30 | 37 | 150 | 43 | 1B |
| Octal | 164 | 27 | 74 | 0 | 120 | 60 | 67 | 520 | 103 | 33 |
| Binary | 1110100 | 10111 | 111100 | 0 | 1010000 | 110000 | 110111 | 101010000 | 1000011 | 11011 |
Color Harmonies of #74173C
Complementary color
Monochromatic Colors of #74173C
Black with #74173C
Text Example
Text Example
White with #74173C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74173C; }
p { color: rgb(116,23,60); }
H1.HeaderClassName
{
color: #74173C;
}
.AnyTagClassName
{
color: #74173C;
}
</style>
background-color css
<style>
a { background-color: #74173C; }
a { background-color: rgb(116,23,60); }
div.DivClassName
{
background-color: #74173C;
}
.BgClassName
{
background-color: #74173C;
}
</style>
border-color css
<style>
span { border-color: #74173C; }
span { border-color: rgb(116,23,60); }
td.TdClassName
{
border-color: #74173C;
}
.TagClassName
{
border-color: #74173C;
}
</style>