#64154E

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

Shades of Pompadour #64154E

Tints of Pompadour #64154E

Color information

#64154E (or 0x64154E) is unknown color: approx Pompadour. HEX triplet: 64, 15 and 4E. RGB value is (100,21,78). Sum of RGB (Red+Green+Blue) = 100+21+78=199 (26% of max value = 765). Red value is 100 (39.45% from 255 or 50.25% from 199); Green value is 21 (8.59% from 255 or 10.55% from 199); Blue value is 78 (30.86% from 255 or 39.20% from 199); Max value from RGB is 100 - color contains mainly: red. Hex color #64154E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64154E is #9BEAB1. Grayscale: #323232. Windows color (decimal): -10218162 or 5117284. OLE color: 5117284.

HSL color Cylindrical-coordinate representation of color #64154E: hue angle of 316.71º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #64154E is Cyan = 0, Magento = 0.79, Yellow = 0.22 and Black (K on CMYK) = 0.61.

Color convert

RGB1002178-
CMYK00.790.220.61
HSL316.71º65.29%23.73%-
HSV(B)316.71º79%39.22%-
XYZ6.93.87.58-
YUV51.12143.17162.87-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 50.25%
GREEN value IS 21 (8.59% from 255) = 10.55%
BLUE value IS 78 (30.86% from 255) = 39.20%
R=50.25%
G=10.55%
B=39.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.22
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100217800.790.220.61316.7165.2923.73
Hex64154E04F163D13d4118
Octal144251160117267547510130
Binary11001001010110011100100111110110111101100111101100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64154E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64154E; }

 p { color: rgb(100,21,78); }

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

<style>
 a { background-color: #64154E; }

 a { background-color: rgb(100,21,78); }

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

<style>
 span { border-color: #64154E; }

 span { border-color: rgb(100,21,78); }

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