Shades of Pompadour #69174A
Tints of Pompadour #69174A
RGB
CMYK
RGB Variations
Color information
#69174A (or 0x69174A) is known color: Pompadour. HEX triplet: 69, 17 and 4A. RGB value is (105,23,74). Sum of RGB (Red+Green+Blue) = 105+23+74=202 (26% of max value = 765). Red value is 105 (41.41% from 255 or 51.98% from 202); Green value is 23 (9.38% from 255 or 11.39% from 202); Blue value is 74 (29.30% from 255 or 36.63% from 202); Max value from RGB is 105 - color contains mainly: red. Hex color #69174A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69174A is #96E8B5. Grayscale: #353535. Windows color (decimal): -9889974 or 4855657. OLE color: 4855657.
HSL color Cylindrical-coordinate representation of color #69174A: hue angle of 322.68º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #69174A is Cyan = 0, Magento = 0.78, Yellow = 0.30 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 23 | 74 | - |
| CMYK | 0 | 0.78 | 0.30 | 0.59 |
| HSL | 322.68º | 0.64% | 0.25% | - |
| HSV(B) | 322.68º | 0.78% | 0.41% | - |
| XYZ | 7.37 | 4.11 | 6.88 | - |
| YUV | 53.33 | 139.67 | 164.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 23 | 74 | 0 | 0.78 | 0.30 | 0.59 | 322.68 | 0.64 | 0.25 |
| Hex | 69 | 17 | 4A | 0 | 4E | 1E | 3B | 143 | 40 | 19 |
| Octal | 151 | 27 | 112 | 0 | 116 | 36 | 73 | 503 | 100 | 31 |
| Binary | 1101001 | 10111 | 1001010 | 0 | 1001110 | 11110 | 111011 | 101000011 | 1000000 | 11001 |
Color Harmonies of #69174A
Complementary color
Monochromatic Colors of #69174A
Black with #69174A
Text Example
Text Example
White with #69174A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69174A; }
p { color: rgb(105,23,74); }
H1.HeaderClassName
{
color: #69174A;
}
.AnyTagClassName
{
color: #69174A;
}
</style>
background-color css
<style>
a { background-color: #69174A; }
a { background-color: rgb(105,23,74); }
div.DivClassName
{
background-color: #69174A;
}
.BgClassName
{
background-color: #69174A;
}
</style>
border-color css
<style>
span { border-color: #69174A; }
span { border-color: rgb(105,23,74); }
td.TdClassName
{
border-color: #69174A;
}
.TagClassName
{
border-color: #69174A;
}
</style>