#622E4F

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

Shades of Pompadour #622E4F

Tints of Pompadour #622E4F

Color information

#622E4F (or 0x622E4F) is unknown color: approx Pompadour. HEX triplet: 62, 2E and 4F. RGB value is (98,46,79). Sum of RGB (Red+Green+Blue) = 98+46+79=223 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.95% from 223); Green value is 46 (18.36% from 255 or 20.63% from 223); Blue value is 79 (31.25% from 255 or 35.43% from 223); Max value from RGB is 98 - color contains mainly: red. Hex color #622E4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #622E4F is #9DD1B0. Grayscale: #414141. Windows color (decimal): -10342833 or 5189218. OLE color: 5189218.

HSL color Cylindrical-coordinate representation of color #622E4F: hue angle of 321.92º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #622E4F is Cyan = 0, Magento = 0.53, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB984679-
CMYK00.530.190.62
HSL321.92º36.11%28.24%-
HSV(B)321.92º53.06%38.43%-
XYZ7.435.127.99-
YUV65.31135.73151.32-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 43.95%
GREEN value IS 46 (18.36% from 255) = 20.63%
BLUE value IS 79 (31.25% from 255) = 35.43%
R=43.95%
G=20.63%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98467900.530.190.62321.9236.1128.24
Hex622E4F035133E142241c
Octal1425611706523765024434
Binary1100010101110100111101101011001111111010100001010010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622E4F; }

 p { color: rgb(98,46,79); }

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

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

 a { background-color: rgb(98,46,79); }

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

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

 span { border-color: rgb(98,46,79); }

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