#622C50

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

Shades of Pompadour #622C50

Tints of Pompadour #622C50

Color information

#622C50 (or 0x622C50) is unknown color: approx Pompadour. HEX triplet: 62, 2C and 50. RGB value is (98,44,80). Sum of RGB (Red+Green+Blue) = 98+44+80=222 (29% of max value = 765). Red value is 98 (38.67% from 255 or 44.14% from 222); Green value is 44 (17.58% from 255 or 19.82% from 222); Blue value is 80 (31.64% from 255 or 36.04% from 222); Max value from RGB is 98 - color contains mainly: red. Hex color #622C50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #622C50 is #9DD3AF. Grayscale: #404040. Windows color (decimal): -10343344 or 5254242. OLE color: 5254242.

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

Color convert

RGB984480-
CMYK00.550.180.62
HSL320º38.03%27.84%-
HSV(B)320º55.1%38.43%-
XYZ7.394.988.16-
YUV64.25136.89152.07-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 44.14%
GREEN value IS 44 (17.58% from 255) = 19.82%
BLUE value IS 80 (31.64% from 255) = 36.04%
R=44.14%
G=19.82%
B=36.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98448000.550.180.6232038.0327.84
Hex622C50037123E140261c
Octal1425412006722765004634
Binary1100010101100101000001101111001011111010100000010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,44,80); }

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

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

 a { background-color: rgb(98,44,80); }

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

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

 span { border-color: rgb(98,44,80); }

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