#622948

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

Shades of Pompadour #622948

Tints of Pompadour #622948

Color information

#622948 (or 0x622948) is unknown color: approx Pompadour. HEX triplet: 62, 29 and 48. RGB value is (98,41,72). Sum of RGB (Red+Green+Blue) = 98+41+72=211 (27% of max value = 765). Red value is 98 (38.67% from 255 or 46.45% from 211); Green value is 41 (16.41% from 255 or 19.43% from 211); Blue value is 72 (28.52% from 255 or 34.12% from 211); Max value from RGB is 98 - color contains mainly: red. Hex color #622948 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622948 is #9DD6B7. Grayscale: #3D3D3D. Windows color (decimal): -10344120 or 4729186. OLE color: 4729186.

HSL color Cylindrical-coordinate representation of color #622948: hue angle of 327.37º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #622948 is Cyan = 0, Magento = 0.58, Yellow = 0.27 and Black (K on CMYK) = 0.62.

Color convert

RGB984172-
CMYK00.580.270.62
HSL327.37º41.01%27.25%-
HSV(B)327.37º58.16%38.43%-
XYZ74.656.66-
YUV61.58133.88153.98-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 46.45%
GREEN value IS 41 (16.41% from 255) = 19.43%
BLUE value IS 72 (28.52% from 255) = 34.12%
R=46.45%
G=19.43%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.27
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98417200.580.270.62327.3741.0127.25
Hex62294803A1B3E147291b
Octal1425111007233765075133
Binary1100010101001100100001110101101111111010100011110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622948; }

 p { color: rgb(98,41,72); }

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

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

 a { background-color: rgb(98,41,72); }

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

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

 span { border-color: rgb(98,41,72); }

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