#64274C

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

Shades of Pompadour #64274C

Tints of Pompadour #64274C

Color information

#64274C (or 0x64274C) is unknown color: approx Pompadour. HEX triplet: 64, 27 and 4C. RGB value is (100,39,76). Sum of RGB (Red+Green+Blue) = 100+39+76=215 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.51% from 215); Green value is 39 (15.62% from 255 or 18.14% from 215); Blue value is 76 (30.08% from 255 or 35.35% from 215); Max value from RGB is 100 - color contains mainly: red. Hex color #64274C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64274C is #9BD8B3. Grayscale: #3D3D3D. Windows color (decimal): -10213556 or 4990820. OLE color: 4990820.

HSL color Cylindrical-coordinate representation of color #64274C: hue angle of 323.61º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #64274C is Cyan = 0, Magento = 0.61, Yellow = 0.24 and Black (K on CMYK) = 0.61.

Color convert

RGB1003976-
CMYK00.610.240.61
HSL323.61º43.88%27.25%-
HSV(B)323.61º61%39.22%-
XYZ7.294.687.36-
YUV61.46136.21155.49-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 46.51%
GREEN value IS 39 (15.62% from 255) = 18.14%
BLUE value IS 76 (30.08% from 255) = 35.35%
R=46.51%
G=18.14%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.24
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100397600.610.240.61323.6143.8827.25
Hex64274C03D183D1442c1b
Octal1444711407530755045433
Binary1100100100111100110001111011100011110110100010010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64274C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,39,76); }

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

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

 a { background-color: rgb(100,39,76); }

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

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

 span { border-color: rgb(100,39,76); }

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