Shades of Pompadour #65133D
Tints of Pompadour #65133D
RGB
CMYK
RGB Variations
Color information
#65133D (or 0x65133D) is known color: Pompadour. HEX triplet: 65, 13 and 3D. RGB value is (101,19,61). Sum of RGB (Red+Green+Blue) = 101+19+61=181 (23% of max value = 765). Red value is 101 (39.84% from 255 or 55.80% from 181); Green value is 19 (7.81% from 255 or 10.50% from 181); Blue value is 61 (24.22% from 255 or 33.70% from 181); Max value from RGB is 101 - color contains mainly: red. Hex color #65133D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65133D is #9AECC2. Grayscale: #303030. Windows color (decimal): -10153155 or 4002661. OLE color: 4002661.
HSL color Cylindrical-coordinate representation of color #65133D: hue angle of 329.27º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #65133D is Cyan = 0, Magento = 0.81, Yellow = 0.40 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 19 | 61 | - |
| CMYK | 0 | 0.81 | 0.40 | 0.60 |
| HSL | 329.27º | 0.68% | 0.24% | - |
| HSV(B) | 329.27º | 0.81% | 0.4% | - |
| XYZ | 6.44 | 3.57 | 4.76 | - |
| YUV | 48.31 | 135.17 | 165.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 19 | 61 | 0 | 0.81 | 0.40 | 0.60 | 329.27 | 0.68 | 0.24 |
| Hex | 65 | 13 | 3D | 0 | 51 | 28 | 3C | 149 | 44 | 18 |
| Octal | 145 | 23 | 75 | 0 | 121 | 50 | 74 | 511 | 104 | 30 |
| Binary | 1100101 | 10011 | 111101 | 0 | 1010001 | 101000 | 111100 | 101001001 | 1000100 | 11000 |
Color Harmonies of #65133D
Complementary color
Monochromatic Colors of #65133D
Black with #65133D
Text Example
Text Example
White with #65133D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65133D; }
p { color: rgb(101,19,61); }
H1.HeaderClassName
{
color: #65133D;
}
.AnyTagClassName
{
color: #65133D;
}
</style>
background-color css
<style>
a { background-color: #65133D; }
a { background-color: rgb(101,19,61); }
div.DivClassName
{
background-color: #65133D;
}
.BgClassName
{
background-color: #65133D;
}
</style>
border-color css
<style>
span { border-color: #65133D; }
span { border-color: rgb(101,19,61); }
td.TdClassName
{
border-color: #65133D;
}
.TagClassName
{
border-color: #65133D;
}
</style>