#64164F

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

Shades of Pompadour #64164F

Tints of Pompadour #64164F

Color information

#64164F (or 0x64164F) is unknown color: approx Pompadour. HEX triplet: 64, 16 and 4F. RGB value is (100,22,79). Sum of RGB (Red+Green+Blue) = 100+22+79=201 (26% of max value = 765). Red value is 100 (39.45% from 255 or 49.75% from 201); Green value is 22 (8.98% from 255 or 10.95% from 201); Blue value is 79 (31.25% from 255 or 39.30% from 201); Max value from RGB is 100 - color contains mainly: red. Hex color #64164F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64164F is #9BE9B0. Grayscale: #333333. Windows color (decimal): -10217905 or 5183076. OLE color: 5183076.

HSL color Cylindrical-coordinate representation of color #64164F: hue angle of 316.15º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #64164F is Cyan = 0, Magento = 0.78, Yellow = 0.21 and Black (K on CMYK) = 0.61.

Color convert

RGB1002279-
CMYK00.780.210.61
HSL316.15º63.93%23.92%-
HSV(B)316.15º78%39.22%-
XYZ6.953.857.77-
YUV51.82143.34162.37-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 49.75%
GREEN value IS 22 (8.98% from 255) = 10.95%
BLUE value IS 79 (31.25% from 255) = 39.30%
R=49.75%
G=10.95%
B=39.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.21
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100227900.780.210.61316.1563.9323.92
Hex64164F04E153D13c4018
Octal144261170116257547410030
Binary11001001011010011110100111010101111101100111100100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64164F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64164F; }

 p { color: rgb(100,22,79); }

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

<style>
 a { background-color: #64164F; }

 a { background-color: rgb(100,22,79); }

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

<style>
 span { border-color: #64164F; }

 span { border-color: rgb(100,22,79); }

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