#621A4C

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

Shades of Pompadour #621A4C

Tints of Pompadour #621A4C

Color information

#621A4C (or 0x621A4C) is unknown color: approx Pompadour. HEX triplet: 62, 1A and 4C. RGB value is (98,26,76). Sum of RGB (Red+Green+Blue) = 98+26+76=200 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49% from 200); Green value is 26 (10.55% from 255 or 13% from 200); Blue value is 76 (30.08% from 255 or 38% from 200); Max value from RGB is 98 - color contains mainly: red. Hex color #621A4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #621A4C is #9DE5B3. Grayscale: #353535. Windows color (decimal): -10347956 or 4987490. OLE color: 4987490.

HSL color Cylindrical-coordinate representation of color #621A4C: hue angle of 318.33º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #621A4C is Cyan = 0, Magento = 0.73, Yellow = 0.22 and Black (K on CMYK) = 0.62.

Color convert

RGB982676-
CMYK00.730.220.62
HSL318.33º58.06%24.31%-
HSV(B)318.33º73.47%38.43%-
XYZ6.713.867.23-
YUV53.23140.85159.93-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 49%
GREEN value IS 26 (10.55% from 255) = 13%
BLUE value IS 76 (30.08% from 255) = 38%
R=49%
G=13%
B=38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98267600.730.220.62318.3358.0624.31
Hex621A4C049163E13e3a18
Octal14232114011126764767230
Binary1100010110101001100010010011011011111010011111011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,26,76); }

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

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

 a { background-color: rgb(98,26,76); }

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

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

 span { border-color: rgb(98,26,76); }

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