#62204D

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

Shades of Pompadour #62204D

Tints of Pompadour #62204D

Color information

#62204D (or 0x62204D) is unknown color: approx Pompadour. HEX triplet: 62, 20 and 4D. RGB value is (98,32,77). Sum of RGB (Red+Green+Blue) = 98+32+77=207 (27% of max value = 765). Red value is 98 (38.67% from 255 or 47.34% from 207); Green value is 32 (12.89% from 255 or 15.46% from 207); Blue value is 77 (30.47% from 255 or 37.20% from 207); Max value from RGB is 98 - color contains mainly: red. Hex color #62204D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62204D is #9DDFB2. Grayscale: #383838. Windows color (decimal): -10346419 or 5054562. OLE color: 5054562.

HSL color Cylindrical-coordinate representation of color #62204D: hue angle of 319.09º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #62204D is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB983277-
CMYK00.670.210.62
HSL319.09º50.77%25.49%-
HSV(B)319.09º67.35%38.43%-
XYZ6.894.177.46-
YUV56.86139.37157.34-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 47.34%
GREEN value IS 32 (12.89% from 255) = 15.46%
BLUE value IS 77 (30.47% from 255) = 37.20%
R=47.34%
G=15.46%
B=37.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.21
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98327700.670.210.62319.0950.7725.49
Hex62204D043153E13f3319
Octal14240115010325764776331
Binary11000101000001001101010000111010111111010011111111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62204D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62204D; }

 p { color: rgb(98,32,77); }

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

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

 a { background-color: rgb(98,32,77); }

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

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

 span { border-color: rgb(98,32,77); }

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