Shades of Pompadour #651D3C
Tints of Pompadour #651D3C
RGB
CMYK
RGB Variations
Color information
#651D3C (or 0x651D3C) is known color: Pompadour. HEX triplet: 65, 1D and 3C. RGB value is (101,29,60). Sum of RGB (Red+Green+Blue) = 101+29+60=190 (25% of max value = 765). Red value is 101 (39.84% from 255 or 53.16% from 190); Green value is 29 (11.72% from 255 or 15.26% from 190); Blue value is 60 (23.83% from 255 or 31.58% from 190); Max value from RGB is 101 - color contains mainly: red. Hex color #651D3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #651D3C is #9AE2C3. Grayscale: #363636. Windows color (decimal): -10150596 or 3939685. OLE color: 3939685.
HSL color Cylindrical-coordinate representation of color #651D3C: hue angle of 334.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 #651D3C is Cyan = 0, Magento = 0.71, Yellow = 0.41 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 29 | 60 | - |
| CMYK | 0 | 0.71 | 0.41 | 0.60 |
| HSL | 334.17º | 0.55% | 0.25% | - |
| HSV(B) | 334.17º | 0.71% | 0.4% | - |
| XYZ | 6.62 | 3.97 | 4.69 | - |
| YUV | 54.06 | 131.35 | 161.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 29 | 60 | 0 | 0.71 | 0.41 | 0.60 | 334.17 | 0.55 | 0.25 |
| Hex | 65 | 1D | 3C | 0 | 47 | 29 | 3C | 14E | 37 | 19 |
| Octal | 145 | 35 | 74 | 0 | 107 | 51 | 74 | 516 | 67 | 31 |
| Binary | 1100101 | 11101 | 111100 | 0 | 1000111 | 101001 | 111100 | 101001110 | 110111 | 11001 |
Color Harmonies of #651D3C
Complementary color
Monochromatic Colors of #651D3C
Black with #651D3C
Text Example
Text Example
White with #651D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651D3C; }
p { color: rgb(101,29,60); }
H1.HeaderClassName
{
color: #651D3C;
}
.AnyTagClassName
{
color: #651D3C;
}
</style>
background-color css
<style>
a { background-color: #651D3C; }
a { background-color: rgb(101,29,60); }
div.DivClassName
{
background-color: #651D3C;
}
.BgClassName
{
background-color: #651D3C;
}
</style>
border-color css
<style>
span { border-color: #651D3C; }
span { border-color: rgb(101,29,60); }
td.TdClassName
{
border-color: #651D3C;
}
.TagClassName
{
border-color: #651D3C;
}
</style>