#641550

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

Shades of Pompadour #641550

Tints of Pompadour #641550

Color information

#641550 (or 0x641550) is unknown color: approx Pompadour. HEX triplet: 64, 15 and 50. RGB value is (100,21,80). Sum of RGB (Red+Green+Blue) = 100+21+80=201 (26% of max value = 765). Red value is 100 (39.45% from 255 or 49.75% from 201); Green value is 21 (8.59% from 255 or 10.45% from 201); Blue value is 80 (31.64% from 255 or 39.80% from 201); Max value from RGB is 100 - color contains mainly: red. Hex color #641550 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #641550 is #9BEAAF. Grayscale: #333333. Windows color (decimal): -10218160 or 5248356. OLE color: 5248356.

HSL color Cylindrical-coordinate representation of color #641550: hue angle of 315.19º 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 #641550 is Cyan = 0, Magento = 0.79, Yellow = 0.2 and Black (K on CMYK) = 0.61.

Color convert

RGB1002180-
CMYK00.790.20.61
HSL315.19º65.29%23.73%-
HSV(B)315.19º79%39.22%-
XYZ6.973.827.96-
YUV51.35144.17162.7-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 49.75%
GREEN value IS 21 (8.59% from 255) = 10.45%
BLUE value IS 80 (31.64% from 255) = 39.80%
R=49.75%
G=10.45%
B=39.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.2
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100218000.790.20.61315.1965.2923.73
Hex64155004F143D13b4118
Octal144251200117247547310130
Binary11001001010110100000100111110100111101100111011100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641550; }

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

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

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

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

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

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

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

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