#621F4C

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

Shades of Pompadour #621F4C

Tints of Pompadour #621F4C

Color information

#621F4C (or 0x621F4C) is unknown color: approx Pompadour. HEX triplet: 62, 1F and 4C. RGB value is (98,31,76). Sum of RGB (Red+Green+Blue) = 98+31+76=205 (27% of max value = 765). Red value is 98 (38.67% from 255 or 47.80% from 205); Green value is 31 (12.5% from 255 or 15.12% from 205); Blue value is 76 (30.08% from 255 or 37.07% from 205); Max value from RGB is 98 - color contains mainly: red. Hex color #621F4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #621F4C is #9DE0B3. Grayscale: #383838. Windows color (decimal): -10346676 or 4988770. OLE color: 4988770.

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

Color convert

RGB983176-
CMYK00.680.220.62
HSL319.7º51.94%25.29%-
HSV(B)319.7º68.37%38.43%-
XYZ6.834.17.27-
YUV56.16139.2157.84-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 47.80%
GREEN value IS 31 (12.5% from 255) = 15.12%
BLUE value IS 76 (30.08% from 255) = 37.07%
R=47.80%
G=15.12%
B=37.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98317600.680.220.62319.751.9425.29
Hex621F4C044163E1403419
Octal14237114010426765006431
Binary1100010111111001100010001001011011111010100000011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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