#621E41

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

Shades of Pompadour #621E41

Tints of Pompadour #621E41

Color information

#621E41 (or 0x621E41) is unknown color: approx Pompadour. HEX triplet: 62, 1E and 41. RGB value is (98,30,65). Sum of RGB (Red+Green+Blue) = 98+30+65=193 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50.78% from 193); Green value is 30 (12.11% from 255 or 15.54% from 193); Blue value is 65 (25.78% from 255 or 33.68% from 193); Max value from RGB is 98 - color contains mainly: red. Hex color #621E41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #621E41 is #9DE1BE. Grayscale: #363636. Windows color (decimal): -10346943 or 4267618. OLE color: 4267618.

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

Color convert

RGB983065-
CMYK00.690.340.62
HSL329.12º53.12%25.1%-
HSV(B)329.12º69.39%38.43%-
XYZ6.463.915.41-
YUV54.32134.03159.15-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 50.78%
GREEN value IS 30 (12.11% from 255) = 15.54%
BLUE value IS 65 (25.78% from 255) = 33.68%
R=50.78%
G=15.54%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.34
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98306500.690.340.62329.1253.1225.1
Hex621E41045223E1493519
Octal14236101010542765116531
Binary11000101111010000010100010110001011111010100100111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,30,65); }

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

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

 a { background-color: rgb(98,30,65); }

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

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

 span { border-color: rgb(98,30,65); }

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