Shades of Pompadour #651B3B
Tints of Pompadour #651B3B
RGB
CMYK
RGB Variations
Color information
#651B3B (or 0x651B3B) is known color: Pompadour. HEX triplet: 65, 1B and 3B. RGB value is (101,27,59). Sum of RGB (Red+Green+Blue) = 101+27+59=187 (24% of max value = 765). Red value is 101 (39.84% from 255 or 54.01% from 187); Green value is 27 (10.94% from 255 or 14.44% from 187); Blue value is 59 (23.44% from 255 or 31.55% from 187); Max value from RGB is 101 - color contains mainly: red. Hex color #651B3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #651B3B is #9AE4C4. Grayscale: #343434. Windows color (decimal): -10151109 or 3873637. OLE color: 3873637.
HSL color Cylindrical-coordinate representation of color #651B3B: hue angle of 334.05º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #651B3B is Cyan = 0, Magento = 0.73, Yellow = 0.42 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 27 | 59 | - |
| CMYK | 0 | 0.73 | 0.42 | 0.60 |
| HSL | 334.05º | 0.58% | 0.25% | - |
| HSV(B) | 334.05º | 0.73% | 0.4% | - |
| XYZ | 6.55 | 3.87 | 4.54 | - |
| YUV | 52.77 | 131.52 | 162.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 27 | 59 | 0 | 0.73 | 0.42 | 0.60 | 334.05 | 0.58 | 0.25 |
| Hex | 65 | 1B | 3B | 0 | 49 | 2A | 3C | 14E | 3A | 19 |
| Octal | 145 | 33 | 73 | 0 | 111 | 52 | 74 | 516 | 72 | 31 |
| Binary | 1100101 | 11011 | 111011 | 0 | 1001001 | 101010 | 111100 | 101001110 | 111010 | 11001 |
Color Harmonies of #651B3B
Complementary color
Monochromatic Colors of #651B3B
Black with #651B3B
Text Example
Text Example
White with #651B3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651B3B; }
p { color: rgb(101,27,59); }
H1.HeaderClassName
{
color: #651B3B;
}
.AnyTagClassName
{
color: #651B3B;
}
</style>
background-color css
<style>
a { background-color: #651B3B; }
a { background-color: rgb(101,27,59); }
div.DivClassName
{
background-color: #651B3B;
}
.BgClassName
{
background-color: #651B3B;
}
</style>
border-color css
<style>
span { border-color: #651B3B; }
span { border-color: rgb(101,27,59); }
td.TdClassName
{
border-color: #651B3B;
}
.TagClassName
{
border-color: #651B3B;
}
</style>