#63294C

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

Shades of Pompadour #63294C

Tints of Pompadour #63294C

Color information

#63294C (or 0x63294C) is unknown color: approx Pompadour. HEX triplet: 63, 29 and 4C. RGB value is (99,41,76). Sum of RGB (Red+Green+Blue) = 99+41+76=216 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.83% from 216); Green value is 41 (16.41% from 255 or 18.98% from 216); Blue value is 76 (30.08% from 255 or 35.19% from 216); Max value from RGB is 99 - color contains mainly: red. Hex color #63294C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63294C is #9CD6B3. Grayscale: #3E3E3E. Windows color (decimal): -10278580 or 4991331. OLE color: 4991331.

HSL color Cylindrical-coordinate representation of color #63294C: hue angle of 323.79º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #63294C is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.61.

Color convert

RGB994176-
CMYK00.590.230.61
HSL323.79º41.43%27.45%-
HSV(B)323.79º58.59%38.82%-
XYZ7.244.767.37-
YUV62.33135.72154.15-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 45.83%
GREEN value IS 41 (16.41% from 255) = 18.98%
BLUE value IS 76 (30.08% from 255) = 35.19%
R=45.83%
G=18.98%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.23
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99417600.590.230.61323.7941.4327.45
Hex63294C03B173D144291b
Octal1435111407327755045133
Binary1100011101001100110001110111011111110110100010010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63294C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,41,76); }

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

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

 a { background-color: rgb(99,41,76); }

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

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

 span { border-color: rgb(99,41,76); }

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