Shades of Pompadour #65173B
Tints of Pompadour #65173B
RGB
CMYK
RGB Variations
Color information
#65173B (or 0x65173B) is known color: Pompadour. HEX triplet: 65, 17 and 3B. RGB value is (101,23,59). Sum of RGB (Red+Green+Blue) = 101+23+59=183 (24% of max value = 765). Red value is 101 (39.84% from 255 or 55.19% from 183); Green value is 23 (9.38% from 255 or 12.57% from 183); Blue value is 59 (23.44% from 255 or 32.24% from 183); Max value from RGB is 101 - color contains mainly: red. Hex color #65173B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65173B is #9AE8C4. Grayscale: #323232. Windows color (decimal): -10152133 or 3872613. OLE color: 3872613.
HSL color Cylindrical-coordinate representation of color #65173B: hue angle of 332.31º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #65173B is Cyan = 0, Magento = 0.77, Yellow = 0.42 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 23 | 59 | - |
| CMYK | 0 | 0.77 | 0.42 | 0.60 |
| HSL | 332.31º | 0.63% | 0.24% | - |
| HSV(B) | 332.31º | 0.77% | 0.4% | - |
| XYZ | 6.46 | 3.7 | 4.51 | - |
| YUV | 50.43 | 132.84 | 164.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 23 | 59 | 0 | 0.77 | 0.42 | 0.60 | 332.31 | 0.63 | 0.24 |
| Hex | 65 | 17 | 3B | 0 | 4D | 2A | 3C | 14C | 3F | 18 |
| Octal | 145 | 27 | 73 | 0 | 115 | 52 | 74 | 514 | 77 | 30 |
| Binary | 1100101 | 10111 | 111011 | 0 | 1001101 | 101010 | 111100 | 101001100 | 111111 | 11000 |
Color Harmonies of #65173B
Complementary color
Monochromatic Colors of #65173B
Black with #65173B
Text Example
Text Example
White with #65173B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65173B; }
p { color: rgb(101,23,59); }
H1.HeaderClassName
{
color: #65173B;
}
.AnyTagClassName
{
color: #65173B;
}
</style>
background-color css
<style>
a { background-color: #65173B; }
a { background-color: rgb(101,23,59); }
div.DivClassName
{
background-color: #65173B;
}
.BgClassName
{
background-color: #65173B;
}
</style>
border-color css
<style>
span { border-color: #65173B; }
span { border-color: rgb(101,23,59); }
td.TdClassName
{
border-color: #65173B;
}
.TagClassName
{
border-color: #65173B;
}
</style>