Shades of Pompadour #651D42
Tints of Pompadour #651D42
RGB
CMYK
RGB Variations
Color information
#651D42 (or 0x651D42) is known color: Pompadour. HEX triplet: 65, 1D and 42. RGB value is (101,29,66). Sum of RGB (Red+Green+Blue) = 101+29+66=196 (25% of max value = 765). Red value is 101 (39.84% from 255 or 51.53% from 196); Green value is 29 (11.72% from 255 or 14.80% from 196); Blue value is 66 (26.17% from 255 or 33.67% from 196); Max value from RGB is 101 - color contains mainly: red. Hex color #651D42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #651D42 is #9AE2BD. Grayscale: #363636. Windows color (decimal): -10150590 or 4332901. OLE color: 4332901.
HSL color Cylindrical-coordinate representation of color #651D42: hue angle of 329.17º 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 #651D42 is Cyan = 0, Magento = 0.71, Yellow = 0.35 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 29 | 66 | - |
| CMYK | 0 | 0.71 | 0.35 | 0.60 |
| HSL | 329.17º | 0.55% | 0.25% | - |
| HSV(B) | 329.17º | 0.71% | 0.4% | - |
| XYZ | 6.79 | 4.04 | 5.58 | - |
| YUV | 54.75 | 134.35 | 160.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 29 | 66 | 0 | 0.71 | 0.35 | 0.60 | 329.17 | 0.55 | 0.25 |
| Hex | 65 | 1D | 42 | 0 | 47 | 23 | 3C | 149 | 37 | 19 |
| Octal | 145 | 35 | 102 | 0 | 107 | 43 | 74 | 511 | 67 | 31 |
| Binary | 1100101 | 11101 | 1000010 | 0 | 1000111 | 100011 | 111100 | 101001001 | 110111 | 11001 |
Color Harmonies of #651D42
Complementary color
Monochromatic Colors of #651D42
Black with #651D42
Text Example
Text Example
White with #651D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651D42; }
p { color: rgb(101,29,66); }
H1.HeaderClassName
{
color: #651D42;
}
.AnyTagClassName
{
color: #651D42;
}
</style>
background-color css
<style>
a { background-color: #651D42; }
a { background-color: rgb(101,29,66); }
div.DivClassName
{
background-color: #651D42;
}
.BgClassName
{
background-color: #651D42;
}
</style>
border-color css
<style>
span { border-color: #651D42; }
span { border-color: rgb(101,29,66); }
td.TdClassName
{
border-color: #651D42;
}
.TagClassName
{
border-color: #651D42;
}
</style>