Shades of Pompadour #651D43
Tints of Pompadour #651D43
RGB
CMYK
RGB Variations
Color information
#651D43 (or 0x651D43) is known color: Pompadour. HEX triplet: 65, 1D and 43. RGB value is (101,29,67). Sum of RGB (Red+Green+Blue) = 101+29+67=197 (26% of max value = 765). Red value is 101 (39.84% from 255 or 51.27% from 197); Green value is 29 (11.72% from 255 or 14.72% from 197); Blue value is 67 (26.56% from 255 or 34.01% from 197); Max value from RGB is 101 - color contains mainly: red. Hex color #651D43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #651D43 is #9AE2BC. Grayscale: #363636. Windows color (decimal): -10150589 or 4398437. OLE color: 4398437.
HSL color Cylindrical-coordinate representation of color #651D43: hue angle of 328.33º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #651D43 is Cyan = 0, Magento = 0.71, Yellow = 0.34 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 29 | 67 | - |
| CMYK | 0 | 0.71 | 0.34 | 0.60 |
| HSL | 328.33º | 0.55% | 0.25% | - |
| HSV(B) | 328.33º | 0.71% | 0.4% | - |
| XYZ | 6.82 | 4.05 | 5.73 | - |
| YUV | 54.86 | 134.85 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 29 | 67 | 0 | 0.71 | 0.34 | 0.60 | 328.33 | 0.55 | 0.25 |
| Hex | 65 | 1D | 43 | 0 | 47 | 22 | 3C | 148 | 37 | 19 |
| Octal | 145 | 35 | 103 | 0 | 107 | 42 | 74 | 510 | 67 | 31 |
| Binary | 1100101 | 11101 | 1000011 | 0 | 1000111 | 100010 | 111100 | 101001000 | 110111 | 11001 |
Color Harmonies of #651D43
Complementary color
Monochromatic Colors of #651D43
Black with #651D43
Text Example
Text Example
White with #651D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651D43; }
p { color: rgb(101,29,67); }
H1.HeaderClassName
{
color: #651D43;
}
.AnyTagClassName
{
color: #651D43;
}
</style>
background-color css
<style>
a { background-color: #651D43; }
a { background-color: rgb(101,29,67); }
div.DivClassName
{
background-color: #651D43;
}
.BgClassName
{
background-color: #651D43;
}
</style>
border-color css
<style>
span { border-color: #651D43; }
span { border-color: rgb(101,29,67); }
td.TdClassName
{
border-color: #651D43;
}
.TagClassName
{
border-color: #651D43;
}
</style>