#63194E

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

Shades of Pompadour #63194E

Tints of Pompadour #63194E

Color information

#63194E (or 0x63194E) is unknown color: approx Pompadour. HEX triplet: 63, 19 and 4E. RGB value is (99,25,78). Sum of RGB (Red+Green+Blue) = 99+25+78=202 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.01% from 202); Green value is 25 (10.16% from 255 or 12.38% from 202); Blue value is 78 (30.86% from 255 or 38.61% from 202); Max value from RGB is 99 - color contains mainly: red. Hex color #63194E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63194E is #9CE6B1. Grayscale: #353535. Windows color (decimal): -10282674 or 5118307. OLE color: 5118307.

HSL color Cylindrical-coordinate representation of color #63194E: hue angle of 317.03º 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 #63194E is Cyan = 0, Magento = 0.75, Yellow = 0.21 and Black (K on CMYK) = 0.61.

Color convert

RGB992578-
CMYK00.750.210.61
HSL317.03º59.68%24.31%-
HSV(B)317.03º74.75%38.82%-
XYZ6.873.97.6-
YUV53.17142.02160.69-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 49.01%
GREEN value IS 25 (10.16% from 255) = 12.38%
BLUE value IS 78 (30.86% from 255) = 38.61%
R=49.01%
G=12.38%
B=38.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.21
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99257800.750.210.61317.0359.6824.31
Hex63194E04B153D13d3c18
Octal14331116011325754757430
Binary1100011110011001110010010111010111110110011110111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63194E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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