#642745

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

Shades of Pompadour #642745

Tints of Pompadour #642745

Color information

#642745 (or 0x642745) is unknown color: approx Pompadour. HEX triplet: 64, 27 and 45. RGB value is (100,39,69). Sum of RGB (Red+Green+Blue) = 100+39+69=208 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.08% from 208); Green value is 39 (15.62% from 255 or 18.75% from 208); Blue value is 69 (27.34% from 255 or 33.17% from 208); Max value from RGB is 100 - color contains mainly: red. Hex color #642745 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642745 is #9BD8BA. Grayscale: #3C3C3C. Windows color (decimal): -10213563 or 4532068. OLE color: 4532068.

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

Color convert

RGB1003969-
CMYK00.610.310.61
HSL330.49º43.88%27.25%-
HSV(B)330.49º61%39.22%-
XYZ7.064.596.14-
YUV60.66132.71156.06-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 48.08%
GREEN value IS 39 (15.62% from 255) = 18.75%
BLUE value IS 69 (27.34% from 255) = 33.17%
R=48.08%
G=18.75%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.31
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100396900.610.310.61330.4943.8827.25
Hex64274503D1F3D14a2c1b
Octal1444710507537755125433
Binary1100100100111100010101111011111111110110100101010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642745; }

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

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

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

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

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

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

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

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