#63204D

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

Shades of Pompadour #63204D

Tints of Pompadour #63204D

Color information

#63204D (or 0x63204D) is unknown color: approx Pompadour. HEX triplet: 63, 20 and 4D. RGB value is (99,32,77). Sum of RGB (Red+Green+Blue) = 99+32+77=208 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.60% from 208); Green value is 32 (12.89% from 255 or 15.38% from 208); Blue value is 77 (30.47% from 255 or 37.02% from 208); Max value from RGB is 99 - color contains mainly: red. Hex color #63204D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63204D is #9CDFB2. Grayscale: #393939. Windows color (decimal): -10280883 or 5054563. OLE color: 5054563.

HSL color Cylindrical-coordinate representation of color #63204D: hue angle of 319.7º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #63204D is Cyan = 0, Magento = 0.68, Yellow = 0.22 and Black (K on CMYK) = 0.61.

Color convert

RGB993277-
CMYK00.680.220.61
HSL319.7º51.15%25.69%-
HSV(B)319.7º67.68%38.82%-
XYZ74.227.47-
YUV57.16139.2157.84-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 47.60%
GREEN value IS 32 (12.89% from 255) = 15.38%
BLUE value IS 77 (30.47% from 255) = 37.02%
R=47.60%
G=15.38%
B=37.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.22
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99327700.680.220.61319.751.1525.69
Hex63204D044163D140331a
Octal14340115010426755006332
Binary11000111000001001101010001001011011110110100000011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63204D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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