#63194C

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

Shades of Pompadour #63194C

Tints of Pompadour #63194C

Color information

#63194C (or 0x63194C) is unknown color: approx Pompadour. HEX triplet: 63, 19 and 4C. RGB value is (99,25,76). Sum of RGB (Red+Green+Blue) = 99+25+76=200 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.5% from 200); Green value is 25 (10.16% from 255 or 12.5% from 200); Blue value is 76 (30.08% from 255 or 38% from 200); Max value from RGB is 99 - color contains mainly: red. Hex color #63194C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63194C is #9CE6B3. Grayscale: #343434. Windows color (decimal): -10282676 or 4987235. OLE color: 4987235.

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

Color convert

RGB992576-
CMYK00.750.230.61
HSL318.65º59.68%24.31%-
HSV(B)318.65º74.75%38.82%-
XYZ6.83.877.23-
YUV52.94141.02160.85-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 49.5%
GREEN value IS 25 (10.16% from 255) = 12.5%
BLUE value IS 76 (30.08% from 255) = 38%
R=49.5%
G=12.5%
B=38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.23
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99257600.750.230.61318.6559.6824.31
Hex63194C04B173D13f3c18
Octal14331114011327754777430
Binary1100011110011001100010010111011111110110011111111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63194C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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