#621944

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

Shades of Pompadour #621944

Tints of Pompadour #621944

Color information

#621944 (or 0x621944) is unknown color: approx Pompadour. HEX triplet: 62, 19 and 44. RGB value is (98,25,68). Sum of RGB (Red+Green+Blue) = 98+25+68=191 (25% of max value = 765). Red value is 98 (38.67% from 255 or 51.31% from 191); Green value is 25 (10.16% from 255 or 13.09% from 191); Blue value is 68 (26.95% from 255 or 35.60% from 191); Max value from RGB is 98 - color contains mainly: red. Hex color #621944 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621944 is #9DE6BB. Grayscale: #333333. Windows color (decimal): -10348220 or 4462946. OLE color: 4462946.

HSL color Cylindrical-coordinate representation of color #621944: hue angle of 324.66º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #621944 is Cyan = 0, Magento = 0.74, Yellow = 0.31 and Black (K on CMYK) = 0.62.

Color convert

RGB982568-
CMYK00.740.310.62
HSL324.66º59.35%24.12%-
HSV(B)324.66º74.49%38.43%-
XYZ6.433.715.85-
YUV51.73137.18161-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 51.31%
GREEN value IS 25 (10.16% from 255) = 13.09%
BLUE value IS 68 (26.95% from 255) = 35.60%
R=51.31%
G=13.09%
B=35.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.31
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98256800.740.310.62324.6659.3524.12
Hex62194404A1F3E1453b18
Octal14231104011237765057330
Binary1100010110011000100010010101111111111010100010111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621944; }

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

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

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

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

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

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

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

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