#621340

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

Shades of Pompadour #621340

Tints of Pompadour #621340

Color information

#621340 (or 0x621340) is unknown color: approx Pompadour. HEX triplet: 62, 13 and 40. RGB value is (98,19,64). Sum of RGB (Red+Green+Blue) = 98+19+64=181 (23% of max value = 765). Red value is 98 (38.67% from 255 or 54.14% from 181); Green value is 19 (7.81% from 255 or 10.50% from 181); Blue value is 64 (25.39% from 255 or 35.36% from 181); Max value from RGB is 98 - color contains mainly: red. Hex color #621340 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621340 is #9DECBF. Grayscale: #2F2F2F. Windows color (decimal): -10349760 or 4199266. OLE color: 4199266.

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

Color convert

RGB981964-
CMYK00.810.350.62
HSL325.82º67.52%22.94%-
HSV(B)325.82º80.61%38.43%-
XYZ6.23.435.19-
YUV47.75137.17163.84-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 54.14%
GREEN value IS 19 (7.81% from 255) = 10.50%
BLUE value IS 64 (25.39% from 255) = 35.36%
R=54.14%
G=10.50%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.35
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98196400.810.350.62325.8267.5222.94
Hex621340051233E1464417
Octal142231000121437650610427
Binary110001010011100000001010001100011111110101000110100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621340; }

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

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

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

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

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

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

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

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