Shades of Pompadour #65133C
Tints of Pompadour #65133C
RGB
CMYK
RGB Variations
Color information
#65133C (or 0x65133C) is known color: Pompadour. HEX triplet: 65, 13 and 3C. RGB value is (101,19,60). Sum of RGB (Red+Green+Blue) = 101+19+60=180 (23% of max value = 765). Red value is 101 (39.84% from 255 or 56.11% from 180); Green value is 19 (7.81% from 255 or 10.56% from 180); Blue value is 60 (23.83% from 255 or 33.33% from 180); Max value from RGB is 101 - color contains mainly: red. Hex color #65133C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65133C is #9AECC3. Grayscale: #303030. Windows color (decimal): -10153156 or 3937125. OLE color: 3937125.
HSL color Cylindrical-coordinate representation of color #65133C: hue angle of 330º 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 #65133C is Cyan = 0, Magento = 0.81, Yellow = 0.41 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 19 | 60 | - |
| CMYK | 0 | 0.81 | 0.41 | 0.60 |
| HSL | 330º | 0.68% | 0.24% | - |
| HSV(B) | 330º | 0.81% | 0.4% | - |
| XYZ | 6.42 | 3.56 | 4.62 | - |
| YUV | 48.19 | 134.67 | 165.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 19 | 60 | 0 | 0.81 | 0.41 | 0.60 | 330 | 0.68 | 0.24 |
| Hex | 65 | 13 | 3C | 0 | 51 | 29 | 3C | 14A | 44 | 18 |
| Octal | 145 | 23 | 74 | 0 | 121 | 51 | 74 | 512 | 104 | 30 |
| Binary | 1100101 | 10011 | 111100 | 0 | 1010001 | 101001 | 111100 | 101001010 | 1000100 | 11000 |
Color Harmonies of #65133C
Complementary color
Monochromatic Colors of #65133C
Black with #65133C
Text Example
Text Example
White with #65133C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65133C; }
p { color: rgb(101,19,60); }
H1.HeaderClassName
{
color: #65133C;
}
.AnyTagClassName
{
color: #65133C;
}
</style>
background-color css
<style>
a { background-color: #65133C; }
a { background-color: rgb(101,19,60); }
div.DivClassName
{
background-color: #65133C;
}
.BgClassName
{
background-color: #65133C;
}
</style>
border-color css
<style>
span { border-color: #65133C; }
span { border-color: rgb(101,19,60); }
td.TdClassName
{
border-color: #65133C;
}
.TagClassName
{
border-color: #65133C;
}
</style>