#621E46

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

Shades of Pompadour #621E46

Tints of Pompadour #621E46

Color information

#621E46 (or 0x621E46) is unknown color: approx Pompadour. HEX triplet: 62, 1E and 46. RGB value is (98,30,70). Sum of RGB (Red+Green+Blue) = 98+30+70=198 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49.49% from 198); Green value is 30 (12.11% from 255 or 15.15% from 198); Blue value is 70 (27.73% from 255 or 35.35% from 198); Max value from RGB is 98 - color contains mainly: red. Hex color #621E46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #621E46 is #9DE1B9. Grayscale: #363636. Windows color (decimal): -10346938 or 4595298. OLE color: 4595298.

HSL color Cylindrical-coordinate representation of color #621E46: hue angle of 324.71º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #621E46 is Cyan = 0, Magento = 0.69, Yellow = 0.29 and Black (K on CMYK) = 0.62.

Color convert

RGB983070-
CMYK00.690.290.62
HSL324.71º53.12%25.1%-
HSV(B)324.71º69.39%38.43%-
XYZ6.613.976.21-
YUV54.89136.53158.75-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 49.49%
GREEN value IS 30 (12.11% from 255) = 15.15%
BLUE value IS 70 (27.73% from 255) = 35.35%
R=49.49%
G=15.15%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.29
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98307000.690.290.62324.7153.1225.1
Hex621E460451D3E1453519
Octal14236106010535765056531
Binary1100010111101000110010001011110111111010100010111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621E46; }

 p { color: rgb(98,30,70); }

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

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

 a { background-color: rgb(98,30,70); }

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

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

 span { border-color: rgb(98,30,70); }

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