#621C44

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

Shades of Pompadour #621C44

Tints of Pompadour #621C44

Color information

#621C44 (or 0x621C44) is unknown color: approx Pompadour. HEX triplet: 62, 1C and 44. RGB value is (98,28,68). Sum of RGB (Red+Green+Blue) = 98+28+68=194 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50.52% from 194); Green value is 28 (11.33% from 255 or 14.43% from 194); Blue value is 68 (26.95% from 255 or 35.05% from 194); Max value from RGB is 98 - color contains mainly: red. Hex color #621C44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #621C44 is #9DE3BB. Grayscale: #353535. Windows color (decimal): -10347452 or 4463714. OLE color: 4463714.

HSL color Cylindrical-coordinate representation of color #621C44: hue angle of 325.71º 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 #621C44 is Cyan = 0, Magento = 0.71, Yellow = 0.31 and Black (K on CMYK) = 0.62.

Color convert

RGB982868-
CMYK00.710.310.62
HSL325.71º55.56%24.71%-
HSV(B)325.71º71.43%38.43%-
XYZ6.53.845.87-
YUV53.49136.19159.75-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 50.52%
GREEN value IS 28 (11.33% from 255) = 14.43%
BLUE value IS 68 (26.95% from 255) = 35.05%
R=50.52%
G=14.43%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.31
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98286800.710.310.62325.7155.5624.71
Hex621C440471F3E1463819
Octal14234104010737765067031
Binary1100010111001000100010001111111111111010100011011100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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