#63294B

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

Shades of Pompadour #63294B

Tints of Pompadour #63294B

Color information

#63294B (or 0x63294B) is unknown color: approx Pompadour. HEX triplet: 63, 29 and 4B. RGB value is (99,41,75). Sum of RGB (Red+Green+Blue) = 99+41+75=215 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.05% from 215); Green value is 41 (16.41% from 255 or 19.07% from 215); Blue value is 75 (29.69% from 255 or 34.88% from 215); Max value from RGB is 99 - color contains mainly: red. Hex color #63294B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63294B is #9CD6B4. Grayscale: #3E3E3E. Windows color (decimal): -10278581 or 4925795. OLE color: 4925795.

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

Color convert

RGB994175-
CMYK00.590.240.61
HSL324.83º41.43%27.45%-
HSV(B)324.83º58.59%38.82%-
XYZ7.214.757.19-
YUV62.22135.22154.24-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 46.05%
GREEN value IS 41 (16.41% from 255) = 19.07%
BLUE value IS 75 (29.69% from 255) = 34.88%
R=46.05%
G=19.07%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.24
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99417500.590.240.61324.8341.4327.45
Hex63294B03B183D145291b
Octal1435111307330755055133
Binary1100011101001100101101110111100011110110100010110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63294B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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