#622049

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

Shades of Pompadour #622049

Tints of Pompadour #622049

Color information

#622049 (or 0x622049) is unknown color: approx Pompadour. HEX triplet: 62, 20 and 49. RGB value is (98,32,73). Sum of RGB (Red+Green+Blue) = 98+32+73=203 (26% of max value = 765). Red value is 98 (38.67% from 255 or 48.28% from 203); Green value is 32 (12.89% from 255 or 15.76% from 203); Blue value is 73 (28.91% from 255 or 35.96% from 203); Max value from RGB is 98 - color contains mainly: red. Hex color #622049 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622049 is #9DDFB6. Grayscale: #383838. Windows color (decimal): -10346423 or 4792418. OLE color: 4792418.

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

Color convert

RGB983273-
CMYK00.670.260.62
HSL322.73º50.77%25.49%-
HSV(B)322.73º67.35%38.43%-
XYZ6.764.116.74-
YUV56.41137.37157.67-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 48.28%
GREEN value IS 32 (12.89% from 255) = 15.76%
BLUE value IS 73 (28.91% from 255) = 35.96%
R=48.28%
G=15.76%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98327300.670.260.62322.7350.7725.49
Hex6220490431A3E1433319
Octal14240111010332765036331
Binary11000101000001001001010000111101011111010100001111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622049; }

 p { color: rgb(98,32,73); }

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

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

 a { background-color: rgb(98,32,73); }

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

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

 span { border-color: rgb(98,32,73); }

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