#642741

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

Shades of Pompadour #642741

Tints of Pompadour #642741

Color information

#642741 (or 0x642741) is unknown color: approx Pompadour. HEX triplet: 64, 27 and 41. RGB value is (100,39,65). Sum of RGB (Red+Green+Blue) = 100+39+65=204 (27% of max value = 765). Red value is 100 (39.45% from 255 or 49.02% from 204); Green value is 39 (15.62% from 255 or 19.12% from 204); Blue value is 65 (25.78% from 255 or 31.86% from 204); Max value from RGB is 100 - color contains mainly: red. Hex color #642741 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642741 is #9BD8BE. Grayscale: #3C3C3C. Windows color (decimal): -10213567 or 4269924. OLE color: 4269924.

HSL color Cylindrical-coordinate representation of color #642741: hue angle of 334.43º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #642741 is Cyan = 0, Magento = 0.61, Yellow = 0.35 and Black (K on CMYK) = 0.61.

Color convert

RGB1003965-
CMYK00.610.350.61
HSL334.43º43.88%27.25%-
HSV(B)334.43º61%39.22%-
XYZ6.944.545.51-
YUV60.2130.71156.39-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 49.02%
GREEN value IS 39 (15.62% from 255) = 19.12%
BLUE value IS 65 (25.78% from 255) = 31.86%
R=49.02%
G=19.12%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.35
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100396500.610.350.61334.4343.8827.25
Hex64274103D233D14e2c1b
Octal1444710107543755165433
Binary11001001001111000001011110110001111110110100111010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642741; }

 p { color: rgb(100,39,65); }

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

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

 a { background-color: rgb(100,39,65); }

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

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

 span { border-color: rgb(100,39,65); }

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