#622144

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

Shades of Pompadour #622144

Tints of Pompadour #622144

Color information

#622144 (or 0x622144) is unknown color: approx Pompadour. HEX triplet: 62, 21 and 44. RGB value is (98,33,68). Sum of RGB (Red+Green+Blue) = 98+33+68=199 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49.25% from 199); Green value is 33 (13.28% from 255 or 16.58% from 199); Blue value is 68 (26.95% from 255 or 34.17% from 199); Max value from RGB is 98 - color contains mainly: red. Hex color #622144 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622144 is #9DDEBB. Grayscale: #383838. Windows color (decimal): -10346172 or 4464994. OLE color: 4464994.

HSL color Cylindrical-coordinate representation of color #622144: hue angle of 327.69º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #622144 is Cyan = 0, Magento = 0.66, Yellow = 0.31 and Black (K on CMYK) = 0.62.

Color convert

RGB983368-
CMYK00.660.310.62
HSL327.69º49.62%25.69%-
HSV(B)327.69º66.33%38.43%-
XYZ6.624.15.91-
YUV56.42134.53157.65-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 49.25%
GREEN value IS 33 (13.28% from 255) = 16.58%
BLUE value IS 68 (26.95% from 255) = 34.17%
R=49.25%
G=16.58%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.31
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98336800.660.310.62327.6949.6225.69
Hex6221440421F3E148321a
Octal14241104010237765106232
Binary11000101000011000100010000101111111111010100100011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622144; }

 p { color: rgb(98,33,68); }

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

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

 a { background-color: rgb(98,33,68); }

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

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

 span { border-color: rgb(98,33,68); }

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