#621C49

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

Shades of Pompadour #621C49

Tints of Pompadour #621C49

Color information

#621C49 (or 0x621C49) is unknown color: approx Pompadour. HEX triplet: 62, 1C and 49. RGB value is (98,28,73). Sum of RGB (Red+Green+Blue) = 98+28+73=199 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49.25% from 199); Green value is 28 (11.33% from 255 or 14.07% from 199); Blue value is 73 (28.91% from 255 or 36.68% from 199); Max value from RGB is 98 - color contains mainly: red. Hex color #621C49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #621C49 is #9DE3B6. Grayscale: #353535. Windows color (decimal): -10347447 or 4791394. OLE color: 4791394.

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

Color convert

RGB982873-
CMYK00.710.260.62
HSL321.43º55.56%24.71%-
HSV(B)321.43º71.43%38.43%-
XYZ6.653.916.71-
YUV54.06138.69159.34-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 49.25%
GREEN value IS 28 (11.33% from 255) = 14.07%
BLUE value IS 73 (28.91% from 255) = 36.68%
R=49.25%
G=14.07%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98287300.710.260.62321.4355.5624.71
Hex621C490471A3E1413819
Octal14234111010732765017031
Binary1100010111001001001010001111101011111010100000111100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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