#631940

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

Shades of Pompadour #631940

Tints of Pompadour #631940

Color information

#631940 (or 0x631940) is unknown color: approx Pompadour. HEX triplet: 63, 19 and 40. RGB value is (99,25,64). Sum of RGB (Red+Green+Blue) = 99+25+64=188 (24% of max value = 765). Red value is 99 (39.06% from 255 or 52.66% from 188); Green value is 25 (10.16% from 255 or 13.30% from 188); Blue value is 64 (25.39% from 255 or 34.04% from 188); Max value from RGB is 99 - color contains mainly: red. Hex color #631940 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631940 is #9CE6BF. Grayscale: #333333. Windows color (decimal): -10282688 or 4200803. OLE color: 4200803.

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

Color convert

RGB992564-
CMYK00.750.350.61
HSL328.38º59.68%24.31%-
HSV(B)328.38º74.75%38.82%-
XYZ6.423.725.23-
YUV51.57135.02161.83-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 52.66%
GREEN value IS 25 (10.16% from 255) = 13.30%
BLUE value IS 64 (25.39% from 255) = 34.04%
R=52.66%
G=13.30%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.35
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99256400.750.350.61328.3859.6824.31
Hex63194004B233D1483c18
Octal14331100011343755107430
Binary11000111100110000000100101110001111110110100100011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631940; }

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

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

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

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

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

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

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

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