Shades of Pompadour #651C41
Tints of Pompadour #651C41
RGB
CMYK
RGB Variations
Color information
#651C41 (or 0x651C41) is known color: Pompadour. HEX triplet: 65, 1C and 41. RGB value is (101,28,65). Sum of RGB (Red+Green+Blue) = 101+28+65=194 (25% of max value = 765). Red value is 101 (39.84% from 255 or 52.06% from 194); Green value is 28 (11.33% from 255 or 14.43% from 194); Blue value is 65 (25.78% from 255 or 33.51% from 194); Max value from RGB is 101 - color contains mainly: red. Hex color #651C41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #651C41 is #9AE3BE. Grayscale: #353535. Windows color (decimal): -10150847 or 4267109. OLE color: 4267109.
HSL color Cylindrical-coordinate representation of color #651C41: hue angle of 329.59º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #651C41 is Cyan = 0, Magento = 0.72, Yellow = 0.36 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 28 | 65 | - |
| CMYK | 0 | 0.72 | 0.36 | 0.60 |
| HSL | 329.59º | 0.57% | 0.25% | - |
| HSV(B) | 329.59º | 0.72% | 0.4% | - |
| XYZ | 6.74 | 3.98 | 5.41 | - |
| YUV | 54.05 | 134.18 | 161.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 28 | 65 | 0 | 0.72 | 0.36 | 0.60 | 329.59 | 0.57 | 0.25 |
| Hex | 65 | 1C | 41 | 0 | 48 | 24 | 3C | 14A | 39 | 19 |
| Octal | 145 | 34 | 101 | 0 | 110 | 44 | 74 | 512 | 71 | 31 |
| Binary | 1100101 | 11100 | 1000001 | 0 | 1001000 | 100100 | 111100 | 101001010 | 111001 | 11001 |
Color Harmonies of #651C41
Complementary color
Monochromatic Colors of #651C41
Black with #651C41
Text Example
Text Example
White with #651C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651C41; }
p { color: rgb(101,28,65); }
H1.HeaderClassName
{
color: #651C41;
}
.AnyTagClassName
{
color: #651C41;
}
</style>
background-color css
<style>
a { background-color: #651C41; }
a { background-color: rgb(101,28,65); }
div.DivClassName
{
background-color: #651C41;
}
.BgClassName
{
background-color: #651C41;
}
</style>
border-color css
<style>
span { border-color: #651C41; }
span { border-color: rgb(101,28,65); }
td.TdClassName
{
border-color: #651C41;
}
.TagClassName
{
border-color: #651C41;
}
</style>