#63204A

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

Shades of Pompadour #63204A

Tints of Pompadour #63204A

Color information

#63204A (or 0x63204A) is unknown color: approx Pompadour. HEX triplet: 63, 20 and 4A. RGB value is (99,32,74). Sum of RGB (Red+Green+Blue) = 99+32+74=205 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.29% from 205); Green value is 32 (12.89% from 255 or 15.61% from 205); Blue value is 74 (29.30% from 255 or 36.10% from 205); Max value from RGB is 99 - color contains mainly: red. Hex color #63204A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63204A is #9CDFB5. Grayscale: #383838. Windows color (decimal): -10280886 or 4857955. OLE color: 4857955.

HSL color Cylindrical-coordinate representation of color #63204A: hue angle of 322.39º 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 #63204A is Cyan = 0, Magento = 0.68, Yellow = 0.25 and Black (K on CMYK) = 0.61.

Color convert

RGB993274-
CMYK00.680.250.61
HSL322.39º51.15%25.69%-
HSV(B)322.39º67.68%38.82%-
XYZ6.94.186.92-
YUV56.82137.7158.08-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 48.29%
GREEN value IS 32 (12.89% from 255) = 15.61%
BLUE value IS 74 (29.30% from 255) = 36.10%
R=48.29%
G=15.61%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.25
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99327400.680.250.61322.3951.1525.69
Hex63204A044193D142331a
Octal14340112010431755026332
Binary11000111000001001010010001001100111110110100001011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63204A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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