#621F48

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

Shades of Pompadour #621F48

Tints of Pompadour #621F48

Color information

#621F48 (or 0x621F48) is unknown color: approx Pompadour. HEX triplet: 62, 1F and 48. RGB value is (98,31,72). Sum of RGB (Red+Green+Blue) = 98+31+72=201 (26% of max value = 765). Red value is 98 (38.67% from 255 or 48.76% from 201); Green value is 31 (12.5% from 255 or 15.42% from 201); Blue value is 72 (28.52% from 255 or 35.82% from 201); Max value from RGB is 98 - color contains mainly: red. Hex color #621F48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #621F48 is #9DE0B7. Grayscale: #373737. Windows color (decimal): -10346680 or 4726626. OLE color: 4726626.

HSL color Cylindrical-coordinate representation of color #621F48: hue angle of 323.28º 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 #621F48 is Cyan = 0, Magento = 0.68, Yellow = 0.27 and Black (K on CMYK) = 0.62.

Color convert

RGB983172-
CMYK00.680.270.62
HSL323.28º51.94%25.29%-
HSV(B)323.28º68.37%38.43%-
XYZ6.74.046.56-
YUV55.71137.2158.17-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 48.76%
GREEN value IS 31 (12.5% from 255) = 15.42%
BLUE value IS 72 (28.52% from 255) = 35.82%
R=48.76%
G=15.42%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.27
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98317200.680.270.62323.2851.9425.29
Hex621F480441B3E1433419
Octal14237110010433765036431
Binary1100010111111001000010001001101111111010100001111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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