#622240

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

Shades of Pompadour #622240

Tints of Pompadour #622240

Color information

#622240 (or 0x622240) is unknown color: approx Pompadour. HEX triplet: 62, 22 and 40. RGB value is (98,34,64). Sum of RGB (Red+Green+Blue) = 98+34+64=196 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50% from 196); Green value is 34 (13.67% from 255 or 17.35% from 196); Blue value is 64 (25.39% from 255 or 32.65% from 196); Max value from RGB is 98 - color contains mainly: red. Hex color #622240 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622240 is #9DDDBF. Grayscale: #383838. Windows color (decimal): -10345920 or 4203106. OLE color: 4203106.

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

Color convert

RGB983464-
CMYK00.650.350.62
HSL331.88º48.48%25.88%-
HSV(B)331.88º65.31%38.43%-
XYZ6.534.115.3-
YUV56.56132.2157.56-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 50%
GREEN value IS 34 (13.67% from 255) = 17.35%
BLUE value IS 64 (25.39% from 255) = 32.65%
R=50%
G=17.35%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.35
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98346400.650.350.62331.8848.4825.88
Hex622240041233E14c301a
Octal14242100010143765146032
Binary110001010001010000000100000110001111111010100110011000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622240; }

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

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

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

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

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

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

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

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