#642A48

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

Shades of Pompadour #642A48

Tints of Pompadour #642A48

Color information

#642A48 (or 0x642A48) is unknown color: approx Pompadour. HEX triplet: 64, 2A and 48. RGB value is (100,42,72). Sum of RGB (Red+Green+Blue) = 100+42+72=214 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.73% from 214); Green value is 42 (16.80% from 255 or 19.63% from 214); Blue value is 72 (28.52% from 255 or 33.64% from 214); Max value from RGB is 100 - color contains mainly: red. Hex color #642A48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642A48 is #9BD5B7. Grayscale: #3E3E3E. Windows color (decimal): -10212792 or 4729444. OLE color: 4729444.

HSL color Cylindrical-coordinate representation of color #642A48: hue angle of 328.97º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #642A48 is Cyan = 0, Magento = 0.58, Yellow = 0.28 and Black (K on CMYK) = 0.61.

Color convert

RGB1004272-
CMYK00.580.280.61
HSL328.97º40.85%27.84%-
HSV(B)328.97º58%39.22%-
XYZ7.254.836.68-
YUV62.76133.22154.56-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 46.73%
GREEN value IS 42 (16.80% from 255) = 19.63%
BLUE value IS 72 (28.52% from 255) = 33.64%
R=46.73%
G=19.63%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.28
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100427200.580.280.61328.9740.8527.84
Hex642A4803A1C3D149291c
Octal1445211007234755115134
Binary1100100101010100100001110101110011110110100100110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642A48; }

 p { color: rgb(100,42,72); }

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

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

 a { background-color: rgb(100,42,72); }

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

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

 span { border-color: rgb(100,42,72); }

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