#621440

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

Shades of Pompadour #621440

Tints of Pompadour #621440

Color information

#621440 (or 0x621440) is unknown color: approx Pompadour. HEX triplet: 62, 14 and 40. RGB value is (98,20,64). Sum of RGB (Red+Green+Blue) = 98+20+64=182 (24% of max value = 765). Red value is 98 (38.67% from 255 or 53.85% from 182); Green value is 20 (8.20% from 255 or 10.99% from 182); Blue value is 64 (25.39% from 255 or 35.16% from 182); Max value from RGB is 98 - color contains mainly: red. Hex color #621440 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621440 is #9DEBBF. Grayscale: #303030. Windows color (decimal): -10349504 or 4199522. OLE color: 4199522.

HSL color Cylindrical-coordinate representation of color #621440: hue angle of 326.15º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #621440 is Cyan = 0, Magento = 0.80, Yellow = 0.35 and Black (K on CMYK) = 0.62.

Color convert

RGB982064-
CMYK00.800.350.62
HSL326.15º66.1%23.14%-
HSV(B)326.15º79.59%38.43%-
XYZ6.213.475.19-
YUV48.34136.84163.42-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 53.85%
GREEN value IS 20 (8.20% from 255) = 10.99%
BLUE value IS 64 (25.39% from 255) = 35.16%
R=53.85%
G=10.99%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.35
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98206400.800.350.62326.1566.123.14
Hex621440050233E1464217
Octal142241000120437650610227
Binary110001010100100000001010000100011111110101000110100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621440; }

 p { color: rgb(98,20,64); }

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

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

 a { background-color: rgb(98,20,64); }

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

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

 span { border-color: rgb(98,20,64); }

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