Shades of Pompadour #651F43
Tints of Pompadour #651F43
RGB
CMYK
RGB Variations
Color information
#651F43 (or 0x651F43) is known color: Pompadour. HEX triplet: 65, 1F and 43. RGB value is (101,31,67). Sum of RGB (Red+Green+Blue) = 101+31+67=199 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50.75% from 199); Green value is 31 (12.5% from 255 or 15.58% from 199); Blue value is 67 (26.56% from 255 or 33.67% from 199); Max value from RGB is 101 - color contains mainly: red. Hex color #651F43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #651F43 is #9AE0BC. Grayscale: #373737. Windows color (decimal): -10150077 or 4398949. OLE color: 4398949.
HSL color Cylindrical-coordinate representation of color #651F43: hue angle of 329.14º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #651F43 is Cyan = 0, Magento = 0.69, Yellow = 0.34 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 31 | 67 | - |
| CMYK | 0 | 0.69 | 0.34 | 0.60 |
| HSL | 329.14º | 0.53% | 0.26% | - |
| HSV(B) | 329.14º | 0.69% | 0.4% | - |
| XYZ | 6.87 | 4.15 | 5.75 | - |
| YUV | 56.03 | 134.19 | 160.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 31 | 67 | 0 | 0.69 | 0.34 | 0.60 | 329.14 | 0.53 | 0.26 |
| Hex | 65 | 1F | 43 | 0 | 45 | 22 | 3C | 149 | 35 | 1A |
| Octal | 145 | 37 | 103 | 0 | 105 | 42 | 74 | 511 | 65 | 32 |
| Binary | 1100101 | 11111 | 1000011 | 0 | 1000101 | 100010 | 111100 | 101001001 | 110101 | 11010 |
Color Harmonies of #651F43
Complementary color
Monochromatic Colors of #651F43
Black with #651F43
Text Example
Text Example
White with #651F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651F43; }
p { color: rgb(101,31,67); }
H1.HeaderClassName
{
color: #651F43;
}
.AnyTagClassName
{
color: #651F43;
}
</style>
background-color css
<style>
a { background-color: #651F43; }
a { background-color: rgb(101,31,67); }
div.DivClassName
{
background-color: #651F43;
}
.BgClassName
{
background-color: #651F43;
}
</style>
border-color css
<style>
span { border-color: #651F43; }
span { border-color: rgb(101,31,67); }
td.TdClassName
{
border-color: #651F43;
}
.TagClassName
{
border-color: #651F43;
}
</style>