#65164C

Color #65164C Pompadour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pompadour #65164C

Tints of Pompadour #65164C

Color information

#65164C (or 0x65164C) is unknown color: approx Pompadour. HEX triplet: 65, 16 and 4C. RGB value is (101,22,76). Sum of RGB (Red+Green+Blue) = 101+22+76=199 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50.75% from 199); Green value is 22 (8.98% from 255 or 11.06% from 199); Blue value is 76 (30.08% from 255 or 38.19% from 199); Max value from RGB is 101 - color contains mainly: red. Hex color #65164C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65164C is #9AE9B3. Grayscale: #333333. Windows color (decimal): -10152372 or 4986469. OLE color: 4986469.

HSL color Cylindrical-coordinate representation of color #65164C: hue angle of 318.99º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #65164C is Cyan = 0, Magento = 0.78, Yellow = 0.25 and Black (K on CMYK) = 0.60.

Color convert

RGB1012276-
CMYK00.780.250.60
HSL318.99º64.23%24.12%-
HSV(B)318.99º78.22%39.61%-
XYZ6.963.867.22-
YUV51.78141.67163.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 101 (39.84% from 255) = 50.75%
GREEN value IS 22 (8.98% from 255) = 11.06%
BLUE value IS 76 (30.08% from 255) = 38.19%
R=50.75%
G=11.06%
B=38.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.25
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101227600.780.250.60318.9964.2324.12
Hex65164C04E193C13f4018
Octal145261140116317447710030
Binary11001011011010011000100111011001111100100111111100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65164C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65164C; }

 p { color: rgb(101,22,76); }

 H1.HeaderClassName
 {
   color: #65164C;
 }
 .AnyTagClassName
 {
   color: #65164C;
 }
</style>
background-color css

<style>
 a { background-color: #65164C; }

 a { background-color: rgb(101,22,76); }

 div.DivClassName
 {
   background-color: #65164C;
 }
 .BgClassName
 {
   background-color: #65164C;
 }
</style>
border-color css

<style>
 span { border-color: #65164C; }

 span { border-color: rgb(101,22,76); }

 td.TdClassName
 {
   border-color: #65164C;
 }
 .TagClassName
 {
   border-color: #65164C;
 }
</style>