#642450

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

Shades of Pompadour #642450

Tints of Pompadour #642450

Color information

#642450 (or 0x642450) is unknown color: approx Pompadour. HEX triplet: 64, 24 and 50. RGB value is (100,36,80). Sum of RGB (Red+Green+Blue) = 100+36+80=216 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.30% from 216); Green value is 36 (14.45% from 255 or 16.67% from 216); Blue value is 80 (31.64% from 255 or 37.04% from 216); Max value from RGB is 100 - color contains mainly: red. Hex color #642450 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642450 is #9BDBAF. Grayscale: #3C3C3C. Windows color (decimal): -10214320 or 5252196. OLE color: 5252196.

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

Color convert

RGB1003680-
CMYK00.640.20.61
HSL318.75º47.06%26.67%-
HSV(B)318.75º64%39.22%-
XYZ7.334.558.08-
YUV60.15139.2156.42-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 46.30%
GREEN value IS 36 (14.45% from 255) = 16.67%
BLUE value IS 80 (31.64% from 255) = 37.04%
R=46.30%
G=16.67%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.2
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100368000.640.20.61318.7547.0626.67
Hex642450040143D13f2f1b
Octal14444120010024754775733
Binary11001001001001010000010000001010011110110011111110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642450; }

 p { color: rgb(100,36,80); }

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

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

 a { background-color: rgb(100,36,80); }

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

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

 span { border-color: rgb(100,36,80); }

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