#632740

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

Shades of Pompadour #632740

Tints of Pompadour #632740

Color information

#632740 (or 0x632740) is unknown color: approx Pompadour. HEX triplet: 63, 27 and 40. RGB value is (99,39,64). Sum of RGB (Red+Green+Blue) = 99+39+64=202 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.01% from 202); Green value is 39 (15.62% from 255 or 19.31% from 202); Blue value is 64 (25.39% from 255 or 31.68% from 202); Max value from RGB is 99 - color contains mainly: red. Hex color #632740 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632740 is #9CD8BF. Grayscale: #3B3B3B. Windows color (decimal): -10279104 or 4204387. OLE color: 4204387.

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

Color convert

RGB993964-
CMYK00.610.350.61
HSL335º43.48%27.06%-
HSV(B)335º60.61%38.82%-
XYZ6.84.475.36-
YUV59.79130.38155.97-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 49.01%
GREEN value IS 39 (15.62% from 255) = 19.31%
BLUE value IS 64 (25.39% from 255) = 31.68%
R=49.01%
G=19.31%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.35
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99396400.610.350.6133543.4827.06
Hex63274003D233D14f2b1b
Octal1434710007543755175333
Binary11000111001111000000011110110001111110110100111110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632740; }

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

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

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

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

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

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

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

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