#641240

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

Shades of Pompadour #641240

Tints of Pompadour #641240

Color information

#641240 (or 0x641240) is unknown color: approx Pompadour. HEX triplet: 64, 12 and 40. RGB value is (100,18,64). Sum of RGB (Red+Green+Blue) = 100+18+64=182 (24% of max value = 765). Red value is 100 (39.45% from 255 or 54.95% from 182); Green value is 18 (7.42% from 255 or 9.89% from 182); Blue value is 64 (25.39% from 255 or 35.16% from 182); Max value from RGB is 100 - color contains mainly: red. Hex color #641240 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #641240 is #9BEDBF. Grayscale: #2F2F2F. Windows color (decimal): -10218944 or 4199012. OLE color: 4199012.

HSL color Cylindrical-coordinate representation of color #641240: hue angle of 326.34º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #641240 is Cyan = 0, Magento = 0.82, Yellow = 0.36 and Black (K on CMYK) = 0.61.

Color convert

RGB1001864-
CMYK00.820.360.61
HSL326.34º69.49%23.14%-
HSV(B)326.34º82%39.22%-
XYZ6.43.515.19-
YUV47.76137.17165.26-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 54.95%
GREEN value IS 18 (7.42% from 255) = 9.89%
BLUE value IS 64 (25.39% from 255) = 35.16%
R=54.95%
G=9.89%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.36
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100186400.820.360.61326.3469.4923.14
Hex641240052243D1464517
Octal144221000122447550610527
Binary110010010010100000001010010100100111101101000110100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641240; }

 p { color: rgb(100,18,64); }

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

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

 a { background-color: rgb(100,18,64); }

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

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

 span { border-color: rgb(100,18,64); }

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