#622047

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

Shades of Pompadour #622047

Tints of Pompadour #622047

Color information

#622047 (or 0x622047) is unknown color: approx Pompadour. HEX triplet: 62, 20 and 47. RGB value is (98,32,71). Sum of RGB (Red+Green+Blue) = 98+32+71=201 (26% of max value = 765). Red value is 98 (38.67% from 255 or 48.76% from 201); Green value is 32 (12.89% from 255 or 15.92% from 201); Blue value is 71 (28.12% from 255 or 35.32% from 201); Max value from RGB is 98 - color contains mainly: red. Hex color #622047 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622047 is #9DDFB8. Grayscale: #383838. Windows color (decimal): -10346425 or 4661346. OLE color: 4661346.

HSL color Cylindrical-coordinate representation of color #622047: hue angle of 324.55º 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 #622047 is Cyan = 0, Magento = 0.67, Yellow = 0.28 and Black (K on CMYK) = 0.62.

Color convert

RGB983271-
CMYK00.670.280.62
HSL324.55º50.77%25.49%-
HSV(B)324.55º67.35%38.43%-
XYZ6.694.086.4-
YUV56.18136.37157.83-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 48.76%
GREEN value IS 32 (12.89% from 255) = 15.92%
BLUE value IS 71 (28.12% from 255) = 35.32%
R=48.76%
G=15.92%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.28
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98327100.670.280.62324.5550.7725.49
Hex6220470431C3E1453319
Octal14240107010334765056331
Binary11000101000001000111010000111110011111010100010111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622047; }

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

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

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

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

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

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

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

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