#622140

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

Shades of Pompadour #622140

Tints of Pompadour #622140

Color information

#622140 (or 0x622140) is unknown color: approx Pompadour. HEX triplet: 62, 21 and 40. RGB value is (98,33,64). Sum of RGB (Red+Green+Blue) = 98+33+64=195 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50.26% from 195); Green value is 33 (13.28% from 255 or 16.92% from 195); Blue value is 64 (25.39% from 255 or 32.82% from 195); Max value from RGB is 98 - color contains mainly: red. Hex color #622140 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622140 is #9DDEBF. Grayscale: #373737. Windows color (decimal): -10346176 or 4202850. OLE color: 4202850.

HSL color Cylindrical-coordinate representation of color #622140: hue angle of 331.38º 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 #622140 is Cyan = 0, Magento = 0.66, Yellow = 0.35 and Black (K on CMYK) = 0.62.

Color convert

RGB983364-
CMYK00.660.350.62
HSL331.38º49.62%25.69%-
HSV(B)331.38º66.33%38.43%-
XYZ6.514.055.29-
YUV55.97132.53157.98-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 50.26%
GREEN value IS 33 (13.28% from 255) = 16.92%
BLUE value IS 64 (25.39% from 255) = 32.82%
R=50.26%
G=16.92%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.35
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98336400.660.350.62331.3849.6225.69
Hex622140042233E14b321a
Octal14241100010243765136232
Binary110001010000110000000100001010001111111010100101111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622140; }

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

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

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

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

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

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

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

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