#622B50

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

Shades of Pompadour #622B50

Tints of Pompadour #622B50

Color information

#622B50 (or 0x622B50) is unknown color: approx Pompadour. HEX triplet: 62, 2B and 50. RGB value is (98,43,80). Sum of RGB (Red+Green+Blue) = 98+43+80=221 (29% of max value = 765). Red value is 98 (38.67% from 255 or 44.34% from 221); Green value is 43 (17.19% from 255 or 19.46% from 221); Blue value is 80 (31.64% from 255 or 36.20% from 221); Max value from RGB is 98 - color contains mainly: red. Hex color #622B50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #622B50 is #9DD4AF. Grayscale: #3F3F3F. Windows color (decimal): -10343600 or 5253986. OLE color: 5253986.

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

Color convert

RGB984380-
CMYK00.560.180.62
HSL319.64º39.01%27.65%-
HSV(B)319.64º56.12%38.43%-
XYZ7.354.98.15-
YUV63.66137.22152.49-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 44.34%
GREEN value IS 43 (17.19% from 255) = 19.46%
BLUE value IS 80 (31.64% from 255) = 36.20%
R=44.34%
G=19.46%
B=36.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98438000.560.180.62319.6439.0127.65
Hex622B50038123E140271c
Octal1425312007022765004734
Binary1100010101011101000001110001001011111010100000010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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