#641446

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

Shades of Pompadour #641446

Tints of Pompadour #641446

Color information

#641446 (or 0x641446) is unknown color: approx Pompadour. HEX triplet: 64, 14 and 46. RGB value is (100,20,70). Sum of RGB (Red+Green+Blue) = 100+20+70=190 (25% of max value = 765). Red value is 100 (39.45% from 255 or 52.63% from 190); Green value is 20 (8.20% from 255 or 10.53% from 190); Blue value is 70 (27.73% from 255 or 36.84% from 190); Max value from RGB is 100 - color contains mainly: red. Hex color #641446 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #641446 is #9BEBB9. Grayscale: #313131. Windows color (decimal): -10218426 or 4592740. OLE color: 4592740.

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

Color convert

RGB1002070-
CMYK00.80.300.61
HSL322.5º66.67%23.53%-
HSV(B)322.5º80%39.22%-
XYZ6.613.656.15-
YUV49.62139.5163.93-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 52.63%
GREEN value IS 20 (8.20% from 255) = 10.53%
BLUE value IS 70 (27.73% from 255) = 36.84%
R=52.63%
G=10.53%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.30
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100207000.80.300.61322.566.6723.53
Hex6414460501E3D1424318
Octal144241060120367550210330
Binary11001001010010001100101000011110111101101000010100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641446; }

 p { color: rgb(100,20,70); }

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

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

 a { background-color: rgb(100,20,70); }

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

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

 span { border-color: rgb(100,20,70); }

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