#63294D

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

Shades of Pompadour #63294D

Tints of Pompadour #63294D

Color information

#63294D (or 0x63294D) is unknown color: approx Pompadour. HEX triplet: 63, 29 and 4D. RGB value is (99,41,77). Sum of RGB (Red+Green+Blue) = 99+41+77=217 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.62% from 217); Green value is 41 (16.41% from 255 or 18.89% from 217); Blue value is 77 (30.47% from 255 or 35.48% from 217); Max value from RGB is 99 - color contains mainly: red. Hex color #63294D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63294D is #9CD6B2. Grayscale: #3E3E3E. Windows color (decimal): -10278579 or 5056867. OLE color: 5056867.

HSL color Cylindrical-coordinate representation of color #63294D: hue angle of 322.76º 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 #63294D is Cyan = 0, Magento = 0.59, Yellow = 0.22 and Black (K on CMYK) = 0.61.

Color convert

RGB994177-
CMYK00.590.220.61
HSL322.76º41.43%27.45%-
HSV(B)322.76º58.59%38.82%-
XYZ7.284.777.56-
YUV62.45136.22154.07-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 45.62%
GREEN value IS 41 (16.41% from 255) = 18.89%
BLUE value IS 77 (30.47% from 255) = 35.48%
R=45.62%
G=18.89%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.22
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99417700.590.220.61322.7641.4327.45
Hex63294D03B163D143291b
Octal1435111507326755035133
Binary1100011101001100110101110111011011110110100001110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63294D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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