#622440

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

Shades of Pompadour #622440

Tints of Pompadour #622440

Color information

#622440 (or 0x622440) is unknown color: approx Pompadour. HEX triplet: 62, 24 and 40. RGB value is (98,36,64). Sum of RGB (Red+Green+Blue) = 98+36+64=198 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49.49% from 198); Green value is 36 (14.45% from 255 or 18.18% from 198); Blue value is 64 (25.39% from 255 or 32.32% from 198); Max value from RGB is 98 - color contains mainly: red. Hex color #622440 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622440 is #9DDBBF. Grayscale: #393939. Windows color (decimal): -10345408 or 4203618. OLE color: 4203618.

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

Color convert

RGB983664-
CMYK00.630.350.62
HSL332.9º46.27%26.27%-
HSV(B)332.9º63.27%38.43%-
XYZ6.594.235.32-
YUV57.73131.54156.72-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 49.49%
GREEN value IS 36 (14.45% from 255) = 18.18%
BLUE value IS 64 (25.39% from 255) = 32.32%
R=49.49%
G=18.18%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.35
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98366400.630.350.62332.946.2726.27
Hex62244003F233E14d2e1a
Octal1424410007743765155632
Binary11000101001001000000011111110001111111010100110110111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622440; }

 p { color: rgb(98,36,64); }

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

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

 a { background-color: rgb(98,36,64); }

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

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

 span { border-color: rgb(98,36,64); }

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