#64164A

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

Shades of Pompadour #64164A

Tints of Pompadour #64164A

Color information

#64164A (or 0x64164A) is unknown color: approx Pompadour. HEX triplet: 64, 16 and 4A. RGB value is (100,22,74). Sum of RGB (Red+Green+Blue) = 100+22+74=196 (25% of max value = 765). Red value is 100 (39.45% from 255 or 51.02% from 196); Green value is 22 (8.98% from 255 or 11.22% from 196); Blue value is 74 (29.30% from 255 or 37.76% from 196); Max value from RGB is 100 - color contains mainly: red. Hex color #64164A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64164A is #9BE9B5. Grayscale: #333333. Windows color (decimal): -10217910 or 4855396. OLE color: 4855396.

HSL color Cylindrical-coordinate representation of color #64164A: hue angle of 320º 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 #64164A is Cyan = 0, Magento = 0.78, Yellow = 0.26 and Black (K on CMYK) = 0.61.

Color convert

RGB1002274-
CMYK00.780.260.61
HSL320º63.93%23.92%-
HSV(B)320º78%39.22%-
XYZ6.783.786.85-
YUV51.25140.84162.77-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 51.02%
GREEN value IS 22 (8.98% from 255) = 11.22%
BLUE value IS 74 (29.30% from 255) = 37.76%
R=51.02%
G=11.22%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.26
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100227400.780.260.6132063.9323.92
Hex64164A04E1A3D1404018
Octal144261120116327550010030
Binary11001001011010010100100111011010111101101000000100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64164A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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