#62214C

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

Shades of Pompadour #62214C

Tints of Pompadour #62214C

Color information

#62214C (or 0x62214C) is unknown color: approx Pompadour. HEX triplet: 62, 21 and 4C. RGB value is (98,33,76). Sum of RGB (Red+Green+Blue) = 98+33+76=207 (27% of max value = 765). Red value is 98 (38.67% from 255 or 47.34% from 207); Green value is 33 (13.28% from 255 or 15.94% from 207); Blue value is 76 (30.08% from 255 or 36.71% from 207); Max value from RGB is 98 - color contains mainly: red. Hex color #62214C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62214C is #9DDEB3. Grayscale: #393939. Windows color (decimal): -10346164 or 4989282. OLE color: 4989282.

HSL color Cylindrical-coordinate representation of color #62214C: hue angle of 320.31º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #62214C is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.62.

Color convert

RGB983376-
CMYK00.660.220.62
HSL320.31º49.62%25.69%-
HSV(B)320.31º66.33%38.43%-
XYZ6.894.217.29-
YUV57.34138.53157-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 47.34%
GREEN value IS 33 (13.28% from 255) = 15.94%
BLUE value IS 76 (30.08% from 255) = 36.71%
R=47.34%
G=15.94%
B=36.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98337600.660.220.62320.3149.6225.69
Hex62214C042163E140321a
Octal14241114010226765006232
Binary11000101000011001100010000101011011111010100000011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62214C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62214C; }

 p { color: rgb(98,33,76); }

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

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

 a { background-color: rgb(98,33,76); }

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

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

 span { border-color: rgb(98,33,76); }

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