#622340

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

Shades of Pompadour #622340

Tints of Pompadour #622340

Color information

#622340 (or 0x622340) is unknown color: approx Pompadour. HEX triplet: 62, 23 and 40. RGB value is (98,35,64). Sum of RGB (Red+Green+Blue) = 98+35+64=197 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49.75% from 197); Green value is 35 (14.06% from 255 or 17.77% from 197); Blue value is 64 (25.39% from 255 or 32.49% from 197); Max value from RGB is 98 - color contains mainly: red. Hex color #622340 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622340 is #9DDCBF. Grayscale: #393939. Windows color (decimal): -10345664 or 4203362. OLE color: 4203362.

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

Color convert

RGB983564-
CMYK00.640.350.62
HSL332.38º47.37%26.08%-
HSV(B)332.38º64.29%38.43%-
XYZ6.564.175.31-
YUV57.14131.87157.14-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 49.75%
GREEN value IS 35 (14.06% from 255) = 17.77%
BLUE value IS 64 (25.39% from 255) = 32.49%
R=49.75%
G=17.77%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.35
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98356400.640.350.62332.3847.3726.08
Hex622340040233E14c2f1a
Octal14243100010043765145732
Binary110001010001110000000100000010001111111010100110010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622340; }

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

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

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

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

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

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

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

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