#631640

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

Shades of Pompadour #631640

Tints of Pompadour #631640

Color information

#631640 (or 0x631640) is unknown color: approx Pompadour. HEX triplet: 63, 16 and 40. RGB value is (99,22,64). Sum of RGB (Red+Green+Blue) = 99+22+64=185 (24% of max value = 765). Red value is 99 (39.06% from 255 or 53.51% from 185); Green value is 22 (8.98% from 255 or 11.89% from 185); Blue value is 64 (25.39% from 255 or 34.59% from 185); Max value from RGB is 99 - color contains mainly: red. Hex color #631640 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631640 is #9CE9BF. Grayscale: #313131. Windows color (decimal): -10283456 or 4200035. OLE color: 4200035.

HSL color Cylindrical-coordinate representation of color #631640: hue angle of 327.27º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #631640 is Cyan = 0, Magento = 0.78, Yellow = 0.35 and Black (K on CMYK) = 0.61.

Color convert

RGB992264-
CMYK00.780.350.61
HSL327.27º63.64%23.73%-
HSV(B)327.27º77.78%38.82%-
XYZ6.363.65.21-
YUV49.81136.01163.08-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 53.51%
GREEN value IS 22 (8.98% from 255) = 11.89%
BLUE value IS 64 (25.39% from 255) = 34.59%
R=53.51%
G=11.89%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.35
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99226400.780.350.61327.2763.6423.73
Hex63164004E233D1474018
Octal143261000116437550710030
Binary110001110110100000001001110100011111101101000111100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631640; }

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

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

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

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

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

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

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

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