#63194B

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

Shades of Pompadour #63194B

Tints of Pompadour #63194B

Color information

#63194B (or 0x63194B) is unknown color: approx Pompadour. HEX triplet: 63, 19 and 4B. RGB value is (99,25,75). Sum of RGB (Red+Green+Blue) = 99+25+75=199 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.75% from 199); Green value is 25 (10.16% from 255 or 12.56% from 199); Blue value is 75 (29.69% from 255 or 37.69% from 199); Max value from RGB is 99 - color contains mainly: red. Hex color #63194B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63194B is #9CE6B4. Grayscale: #343434. Windows color (decimal): -10282677 or 4921699. OLE color: 4921699.

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

Color convert

RGB992575-
CMYK00.750.240.61
HSL319.46º59.68%24.31%-
HSV(B)319.46º74.75%38.82%-
XYZ6.763.867.04-
YUV52.83140.52160.93-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 49.75%
GREEN value IS 25 (10.16% from 255) = 12.56%
BLUE value IS 75 (29.69% from 255) = 37.69%
R=49.75%
G=12.56%
B=37.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.24
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99257500.750.240.61319.4659.6824.31
Hex63194B04B183D13f3c18
Octal14331113011330754777430
Binary1100011110011001011010010111100011110110011111111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63194B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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