#642F4B

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

Shades of Pompadour #642F4B

Tints of Pompadour #642F4B

Color information

#642F4B (or 0x642F4B) is unknown color: approx Pompadour. HEX triplet: 64, 2F and 4B. RGB value is (100,47,75). Sum of RGB (Red+Green+Blue) = 100+47+75=222 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.05% from 222); Green value is 47 (18.75% from 255 or 21.17% from 222); Blue value is 75 (29.69% from 255 or 33.78% from 222); Max value from RGB is 100 - color contains mainly: red. Hex color #642F4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642F4B is #9BD0B4. Grayscale: #414141. Windows color (decimal): -10211509 or 4927332. OLE color: 4927332.

HSL color Cylindrical-coordinate representation of color #642F4B: hue angle of 328.3º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #642F4B is Cyan = 0, Magento = 0.53, Yellow = 0.25 and Black (K on CMYK) = 0.61.

Color convert

RGB1004775-
CMYK00.530.250.61
HSL328.3º36.05%28.82%-
HSV(B)328.3º53%39.22%-
XYZ7.545.257.27-
YUV66.04133.06152.22-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 45.05%
GREEN value IS 47 (18.75% from 255) = 21.17%
BLUE value IS 75 (29.69% from 255) = 33.78%
R=45.05%
G=21.17%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.25
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100477500.530.250.61328.336.0528.82
Hex642F4B035193D148241d
Octal1445711306531755104435
Binary1100100101111100101101101011100111110110100100010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,47,75); }

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

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

 a { background-color: rgb(100,47,75); }

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

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

 span { border-color: rgb(100,47,75); }

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