Shades of Pompadour #651D3B
Tints of Pompadour #651D3B
RGB
CMYK
RGB Variations
Color information
#651D3B (or 0x651D3B) is known color: Pompadour. HEX triplet: 65, 1D and 3B. RGB value is (101,29,59). Sum of RGB (Red+Green+Blue) = 101+29+59=189 (25% of max value = 765). Red value is 101 (39.84% from 255 or 53.44% from 189); Green value is 29 (11.72% from 255 or 15.34% from 189); Blue value is 59 (23.44% from 255 or 31.22% from 189); Max value from RGB is 101 - color contains mainly: red. Hex color #651D3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #651D3B is #9AE2C4. Grayscale: #353535. Windows color (decimal): -10150597 or 3874149. OLE color: 3874149.
HSL color Cylindrical-coordinate representation of color #651D3B: hue angle of 335º 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 #651D3B is Cyan = 0, Magento = 0.71, Yellow = 0.42 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 29 | 59 | - |
| CMYK | 0 | 0.71 | 0.42 | 0.60 |
| HSL | 335º | 0.55% | 0.25% | - |
| HSV(B) | 335º | 0.71% | 0.4% | - |
| XYZ | 6.6 | 3.96 | 4.55 | - |
| YUV | 53.95 | 130.85 | 161.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 29 | 59 | 0 | 0.71 | 0.42 | 0.60 | 335 | 0.55 | 0.25 |
| Hex | 65 | 1D | 3B | 0 | 47 | 2A | 3C | 14F | 37 | 19 |
| Octal | 145 | 35 | 73 | 0 | 107 | 52 | 74 | 517 | 67 | 31 |
| Binary | 1100101 | 11101 | 111011 | 0 | 1000111 | 101010 | 111100 | 101001111 | 110111 | 11001 |
Color Harmonies of #651D3B
Complementary color
Monochromatic Colors of #651D3B
Black with #651D3B
Text Example
Text Example
White with #651D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651D3B; }
p { color: rgb(101,29,59); }
H1.HeaderClassName
{
color: #651D3B;
}
.AnyTagClassName
{
color: #651D3B;
}
</style>
background-color css
<style>
a { background-color: #651D3B; }
a { background-color: rgb(101,29,59); }
div.DivClassName
{
background-color: #651D3B;
}
.BgClassName
{
background-color: #651D3B;
}
</style>
border-color css
<style>
span { border-color: #651D3B; }
span { border-color: rgb(101,29,59); }
td.TdClassName
{
border-color: #651D3B;
}
.TagClassName
{
border-color: #651D3B;
}
</style>