Shades of Pompadour #65213C
Tints of Pompadour #65213C
RGB
CMYK
RGB Variations
Color information
#65213C (or 0x65213C) is known color: Pompadour. HEX triplet: 65, 21 and 3C. RGB value is (101,33,60). Sum of RGB (Red+Green+Blue) = 101+33+60=194 (25% of max value = 765). Red value is 101 (39.84% from 255 or 52.06% from 194); Green value is 33 (13.28% from 255 or 17.01% from 194); Blue value is 60 (23.83% from 255 or 30.93% from 194); Max value from RGB is 101 - color contains mainly: red. Hex color #65213C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65213C is #9ADEC3. Grayscale: #383838. Windows color (decimal): -10149572 or 3940709. OLE color: 3940709.
HSL color Cylindrical-coordinate representation of color #65213C: hue angle of 336.18º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #65213C is Cyan = 0, Magento = 0.67, Yellow = 0.41 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 33 | 60 | - |
| CMYK | 0 | 0.67 | 0.41 | 0.60 |
| HSL | 336.18º | 0.51% | 0.26% | - |
| HSV(B) | 336.18º | 0.67% | 0.4% | - |
| XYZ | 6.73 | 4.18 | 4.73 | - |
| YUV | 56.41 | 130.03 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 33 | 60 | 0 | 0.67 | 0.41 | 0.60 | 336.18 | 0.51 | 0.26 |
| Hex | 65 | 21 | 3C | 0 | 43 | 29 | 3C | 150 | 33 | 1A |
| Octal | 145 | 41 | 74 | 0 | 103 | 51 | 74 | 520 | 63 | 32 |
| Binary | 1100101 | 100001 | 111100 | 0 | 1000011 | 101001 | 111100 | 101010000 | 110011 | 11010 |
Color Harmonies of #65213C
Complementary color
Monochromatic Colors of #65213C
Black with #65213C
Text Example
Text Example
White with #65213C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65213C; }
p { color: rgb(101,33,60); }
H1.HeaderClassName
{
color: #65213C;
}
.AnyTagClassName
{
color: #65213C;
}
</style>
background-color css
<style>
a { background-color: #65213C; }
a { background-color: rgb(101,33,60); }
div.DivClassName
{
background-color: #65213C;
}
.BgClassName
{
background-color: #65213C;
}
</style>
border-color css
<style>
span { border-color: #65213C; }
span { border-color: rgb(101,33,60); }
td.TdClassName
{
border-color: #65213C;
}
.TagClassName
{
border-color: #65213C;
}
</style>