Shades of Pompadour #651A39
Tints of Pompadour #651A39
RGB
CMYK
RGB Variations
Color information
#651A39 (or 0x651A39) is known color: Pompadour. HEX triplet: 65, 1A and 39. RGB value is (101,26,57). Sum of RGB (Red+Green+Blue) = 101+26+57=184 (24% of max value = 765). Red value is 101 (39.84% from 255 or 54.89% from 184); Green value is 26 (10.55% from 255 or 14.13% from 184); Blue value is 57 (22.66% from 255 or 30.98% from 184); Max value from RGB is 101 - color contains mainly: red. Hex color #651A39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #651A39 is #9AE5C6. Grayscale: #333333. Windows color (decimal): -10151367 or 3742309. OLE color: 3742309.
HSL color Cylindrical-coordinate representation of color #651A39: hue angle of 335.2º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #651A39 is Cyan = 0, Magento = 0.74, Yellow = 0.44 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 26 | 57 | - |
| CMYK | 0 | 0.74 | 0.44 | 0.60 |
| HSL | 335.2º | 0.59% | 0.25% | - |
| HSV(B) | 335.2º | 0.74% | 0.4% | - |
| XYZ | 6.47 | 3.8 | 4.26 | - |
| YUV | 51.96 | 130.85 | 162.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 26 | 57 | 0 | 0.74 | 0.44 | 0.60 | 335.2 | 0.59 | 0.25 |
| Hex | 65 | 1A | 39 | 0 | 4A | 2C | 3C | 14F | 3B | 19 |
| Octal | 145 | 32 | 71 | 0 | 112 | 54 | 74 | 517 | 73 | 31 |
| Binary | 1100101 | 11010 | 111001 | 0 | 1001010 | 101100 | 111100 | 101001111 | 111011 | 11001 |
Color Harmonies of #651A39
Complementary color
Monochromatic Colors of #651A39
Black with #651A39
Text Example
Text Example
White with #651A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651A39; }
p { color: rgb(101,26,57); }
H1.HeaderClassName
{
color: #651A39;
}
.AnyTagClassName
{
color: #651A39;
}
</style>
background-color css
<style>
a { background-color: #651A39; }
a { background-color: rgb(101,26,57); }
div.DivClassName
{
background-color: #651A39;
}
.BgClassName
{
background-color: #651A39;
}
</style>
border-color css
<style>
span { border-color: #651A39; }
span { border-color: rgb(101,26,57); }
td.TdClassName
{
border-color: #651A39;
}
.TagClassName
{
border-color: #651A39;
}
</style>