Shades of Pompadour #651E3B
Tints of Pompadour #651E3B
RGB
CMYK
RGB Variations
Color information
#651E3B (or 0x651E3B) is known color: Pompadour. HEX triplet: 65, 1E and 3B. RGB value is (101,30,59). Sum of RGB (Red+Green+Blue) = 101+30+59=190 (25% of max value = 765). Red value is 101 (39.84% from 255 or 53.16% from 190); Green value is 30 (12.11% from 255 or 15.79% from 190); Blue value is 59 (23.44% from 255 or 31.05% from 190); Max value from RGB is 101 - color contains mainly: red. Hex color #651E3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #651E3B is #9AE1C4. Grayscale: #363636. Windows color (decimal): -10150341 or 3874405. OLE color: 3874405.
HSL color Cylindrical-coordinate representation of color #651E3B: hue angle of 335.49º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #651E3B is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 30 | 59 | - |
| CMYK | 0 | 0.70 | 0.42 | 0.60 |
| HSL | 335.49º | 0.54% | 0.26% | - |
| HSV(B) | 335.49º | 0.7% | 0.4% | - |
| XYZ | 6.62 | 4.01 | 4.56 | - |
| YUV | 54.54 | 130.52 | 161.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 30 | 59 | 0 | 0.70 | 0.42 | 0.60 | 335.49 | 0.54 | 0.26 |
| Hex | 65 | 1E | 3B | 0 | 46 | 2A | 3C | 14F | 36 | 1A |
| Octal | 145 | 36 | 73 | 0 | 106 | 52 | 74 | 517 | 66 | 32 |
| Binary | 1100101 | 11110 | 111011 | 0 | 1000110 | 101010 | 111100 | 101001111 | 110110 | 11010 |
Color Harmonies of #651E3B
Complementary color
Monochromatic Colors of #651E3B
Black with #651E3B
Text Example
Text Example
White with #651E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651E3B; }
p { color: rgb(101,30,59); }
H1.HeaderClassName
{
color: #651E3B;
}
.AnyTagClassName
{
color: #651E3B;
}
</style>
background-color css
<style>
a { background-color: #651E3B; }
a { background-color: rgb(101,30,59); }
div.DivClassName
{
background-color: #651E3B;
}
.BgClassName
{
background-color: #651E3B;
}
</style>
border-color css
<style>
span { border-color: #651E3B; }
span { border-color: rgb(101,30,59); }
td.TdClassName
{
border-color: #651E3B;
}
.TagClassName
{
border-color: #651E3B;
}
</style>