#641344

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

Shades of Pompadour #641344

Tints of Pompadour #641344

Color information

#641344 (or 0x641344) is unknown color: approx Pompadour. HEX triplet: 64, 13 and 44. RGB value is (100,19,68). Sum of RGB (Red+Green+Blue) = 100+19+68=187 (24% of max value = 765). Red value is 100 (39.45% from 255 or 53.48% from 187); Green value is 19 (7.81% from 255 or 10.16% from 187); Blue value is 68 (26.95% from 255 or 36.36% from 187); Max value from RGB is 100 - color contains mainly: red. Hex color #641344 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #641344 is #9BECBB. Grayscale: #303030. Windows color (decimal): -10218684 or 4461412. OLE color: 4461412.

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

Color convert

RGB1001968-
CMYK00.810.320.61
HSL323.7º68.07%23.33%-
HSV(B)323.7º81%39.22%-
XYZ6.533.595.82-
YUV48.8138.84164.52-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 53.48%
GREEN value IS 19 (7.81% from 255) = 10.16%
BLUE value IS 68 (26.95% from 255) = 36.36%
R=53.48%
G=10.16%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.32
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100196800.810.320.61323.768.0723.33
Hex641344051203D1444417
Octal144231040121407550410427
Binary110010010011100010001010001100000111101101000100100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641344; }

 p { color: rgb(100,19,68); }

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

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

 a { background-color: rgb(100,19,68); }

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

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

 span { border-color: rgb(100,19,68); }

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