#641650

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

Shades of Pompadour #641650

Tints of Pompadour #641650

Color information

#641650 (or 0x641650) is unknown color: approx Pompadour. HEX triplet: 64, 16 and 50. RGB value is (100,22,80). Sum of RGB (Red+Green+Blue) = 100+22+80=202 (26% of max value = 765). Red value is 100 (39.45% from 255 or 49.50% from 202); Green value is 22 (8.98% from 255 or 10.89% from 202); Blue value is 80 (31.64% from 255 or 39.60% from 202); Max value from RGB is 100 - color contains mainly: red. Hex color #641650 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #641650 is #9BE9AF. Grayscale: #333333. Windows color (decimal): -10217904 or 5248612. OLE color: 5248612.

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

Color convert

RGB1002280-
CMYK00.780.20.61
HSL315.38º63.93%23.92%-
HSV(B)315.38º78%39.22%-
XYZ6.993.867.97-
YUV51.93143.84162.28-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 49.50%
GREEN value IS 22 (8.98% from 255) = 10.89%
BLUE value IS 80 (31.64% from 255) = 39.60%
R=49.50%
G=10.89%
B=39.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.2
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100228000.780.20.61315.3863.9323.92
Hex64165004E143D13b4018
Octal144261200116247547310030
Binary11001001011010100000100111010100111101100111011100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641650; }

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

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

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

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

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

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

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

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