#642143

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

Shades of Pompadour #642143

Tints of Pompadour #642143

Color information

#642143 (or 0x642143) is unknown color: approx Pompadour. HEX triplet: 64, 21 and 43. RGB value is (100,33,67). Sum of RGB (Red+Green+Blue) = 100+33+67=200 (26% of max value = 765). Red value is 100 (39.45% from 255 or 50% from 200); Green value is 33 (13.28% from 255 or 16.5% from 200); Blue value is 67 (26.56% from 255 or 33.5% from 200); Max value from RGB is 100 - color contains mainly: red. Hex color #642143 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642143 is #9BDEBC. Grayscale: #383838. Windows color (decimal): -10215101 or 4399460. OLE color: 4399460.

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

Color convert

RGB1003367-
CMYK00.670.330.61
HSL329.55º50.38%26.08%-
HSV(B)329.55º67%39.22%-
XYZ6.814.25.76-
YUV56.91133.7158.74-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 50%
GREEN value IS 33 (13.28% from 255) = 16.5%
BLUE value IS 67 (26.56% from 255) = 33.5%
R=50%
G=16.5%
B=33.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.33
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100336700.670.330.61329.5550.3826.08
Hex642143043213D14a321a
Octal14441103010341755126232
Binary110010010000110000110100001110000111110110100101011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642143; }

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

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

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

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

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

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

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

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