#621640

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

Shades of Pompadour #621640

Tints of Pompadour #621640

Color information

#621640 (or 0x621640) is unknown color: approx Pompadour. HEX triplet: 62, 16 and 40. RGB value is (98,22,64). Sum of RGB (Red+Green+Blue) = 98+22+64=184 (24% of max value = 765). Red value is 98 (38.67% from 255 or 53.26% from 184); Green value is 22 (8.98% from 255 or 11.96% from 184); Blue value is 64 (25.39% from 255 or 34.78% from 184); Max value from RGB is 98 - color contains mainly: red. Hex color #621640 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621640 is #9DE9BF. Grayscale: #313131. Windows color (decimal): -10348992 or 4200034. OLE color: 4200034.

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

Color convert

RGB982264-
CMYK00.780.350.62
HSL326.84º63.33%23.53%-
HSV(B)326.84º77.55%38.43%-
XYZ6.253.545.2-
YUV49.51136.18162.58-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 53.26%
GREEN value IS 22 (8.98% from 255) = 11.96%
BLUE value IS 64 (25.39% from 255) = 34.78%
R=53.26%
G=11.96%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.35
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98226400.780.350.62326.8463.3323.53
Hex62164004E233E1473f18
Octal14226100011643765077730
Binary11000101011010000000100111010001111111010100011111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621640; }

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

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

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

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

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

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

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

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