#642147

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

Shades of Pompadour #642147

Tints of Pompadour #642147

Color information

#642147 (or 0x642147) is unknown color: approx Pompadour. HEX triplet: 64, 21 and 47. RGB value is (100,33,71). Sum of RGB (Red+Green+Blue) = 100+33+71=204 (27% of max value = 765). Red value is 100 (39.45% from 255 or 49.02% from 204); Green value is 33 (13.28% from 255 or 16.18% from 204); Blue value is 71 (28.12% from 255 or 34.80% from 204); Max value from RGB is 100 - color contains mainly: red. Hex color #642147 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642147 is #9BDEB8. Grayscale: #393939. Windows color (decimal): -10215097 or 4661604. OLE color: 4661604.

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

Color convert

RGB1003371-
CMYK00.670.290.61
HSL325.97º50.38%26.08%-
HSV(B)325.97º67%39.22%-
XYZ6.944.256.42-
YUV57.36135.7158.41-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 49.02%
GREEN value IS 33 (13.28% from 255) = 16.18%
BLUE value IS 71 (28.12% from 255) = 34.80%
R=49.02%
G=16.18%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.29
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100337100.670.290.61325.9750.3826.08
Hex6421470431D3D146321a
Octal14441107010335755066232
Binary11001001000011000111010000111110111110110100011011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642147; }

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

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

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

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

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

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

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

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