#631A4D

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

Shades of Pompadour #631A4D

Tints of Pompadour #631A4D

Color information

#631A4D (or 0x631A4D) is unknown color: approx Pompadour. HEX triplet: 63, 1A and 4D. RGB value is (99,26,77). Sum of RGB (Red+Green+Blue) = 99+26+77=202 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.01% from 202); Green value is 26 (10.55% from 255 or 12.87% from 202); Blue value is 77 (30.47% from 255 or 38.12% from 202); Max value from RGB is 99 - color contains mainly: red. Hex color #631A4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #631A4D is #9CE5B2. Grayscale: #353535. Windows color (decimal): -10282419 or 5053027. OLE color: 5053027.

HSL color Cylindrical-coordinate representation of color #631A4D: hue angle of 318.08º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #631A4D is Cyan = 0, Magento = 0.74, Yellow = 0.22 and Black (K on CMYK) = 0.61.

Color convert

RGB992677-
CMYK00.740.220.61
HSL318.08º58.4%24.51%-
HSV(B)318.08º73.74%38.82%-
XYZ6.853.937.42-
YUV53.64141.18160.35-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 49.01%
GREEN value IS 26 (10.55% from 255) = 12.87%
BLUE value IS 77 (30.47% from 255) = 38.12%
R=49.01%
G=12.87%
B=38.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.22
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99267700.740.220.61318.0858.424.51
Hex631A4D04A163D13e3a19
Octal14332115011226754767231
Binary1100011110101001101010010101011011110110011111011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631A4D; }

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

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

<style>
 a { background-color: #631A4D; }

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

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

<style>
 span { border-color: #631A4D; }

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

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