#632044

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

Shades of Pompadour #632044

Tints of Pompadour #632044

Color information

#632044 (or 0x632044) is unknown color: approx Pompadour. HEX triplet: 63, 20 and 44. RGB value is (99,32,68). Sum of RGB (Red+Green+Blue) = 99+32+68=199 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.75% from 199); Green value is 32 (12.89% from 255 or 16.08% from 199); Blue value is 68 (26.95% from 255 or 34.17% from 199); Max value from RGB is 99 - color contains mainly: red. Hex color #632044 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632044 is #9CDFBB. Grayscale: #383838. Windows color (decimal): -10280892 or 4464739. OLE color: 4464739.

HSL color Cylindrical-coordinate representation of color #632044: hue angle of 327.76º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #632044 is Cyan = 0, Magento = 0.68, Yellow = 0.31 and Black (K on CMYK) = 0.61.

Color convert

RGB993268-
CMYK00.680.310.61
HSL327.76º51.15%25.69%-
HSV(B)327.76º67.68%38.82%-
XYZ6.714.15.91-
YUV56.14134.7158.57-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 49.75%
GREEN value IS 32 (12.89% from 255) = 16.08%
BLUE value IS 68 (26.95% from 255) = 34.17%
R=49.75%
G=16.08%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.31
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99326800.680.310.61327.7651.1525.69
Hex6320440441F3D148331a
Octal14340104010437755106332
Binary11000111000001000100010001001111111110110100100011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632044; }

 p { color: rgb(99,32,68); }

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

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

 a { background-color: rgb(99,32,68); }

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

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

 span { border-color: rgb(99,32,68); }

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