#641347

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

Shades of Pompadour #641347

Tints of Pompadour #641347

Color information

#641347 (or 0x641347) is unknown color: approx Pompadour. HEX triplet: 64, 13 and 47. RGB value is (100,19,71). Sum of RGB (Red+Green+Blue) = 100+19+71=190 (25% of max value = 765). Red value is 100 (39.45% from 255 or 52.63% from 190); Green value is 19 (7.81% from 255 or 10% from 190); Blue value is 71 (28.12% from 255 or 37.37% from 190); Max value from RGB is 100 - color contains mainly: red. Hex color #641347 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #641347 is #9BECB8. Grayscale: #313131. Windows color (decimal): -10218681 or 4658020. OLE color: 4658020.

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

Color convert

RGB1001971-
CMYK00.810.290.61
HSL321.48º68.07%23.33%-
HSV(B)321.48º81%39.22%-
XYZ6.633.636.31-
YUV49.15140.34164.27-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 52.63%
GREEN value IS 19 (7.81% from 255) = 10%
BLUE value IS 71 (28.12% from 255) = 37.37%
R=52.63%
G=10%
B=37.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.29
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100197100.810.290.61321.4868.0723.33
Hex6413470511D3D1414417
Octal144231070121357550110427
Binary11001001001110001110101000111101111101101000001100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641347; }

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

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

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

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

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

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

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

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