#632042

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

Shades of Pompadour #632042

Tints of Pompadour #632042

Color information

#632042 (or 0x632042) is unknown color: approx Pompadour. HEX triplet: 63, 20 and 42. RGB value is (99,32,66). Sum of RGB (Red+Green+Blue) = 99+32+66=197 (26% of max value = 765). Red value is 99 (39.06% from 255 or 50.25% from 197); Green value is 32 (12.89% from 255 or 16.24% from 197); Blue value is 66 (26.17% from 255 or 33.50% from 197); Max value from RGB is 99 - color contains mainly: red. Hex color #632042 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632042 is #9CDFBD. Grayscale: #373737. Windows color (decimal): -10280894 or 4333667. OLE color: 4333667.

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

Color convert

RGB993266-
CMYK00.680.330.61
HSL329.55º51.15%25.69%-
HSV(B)329.55º67.68%38.82%-
XYZ6.654.085.59-
YUV55.91133.7158.74-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 50.25%
GREEN value IS 32 (12.89% from 255) = 16.24%
BLUE value IS 66 (26.17% from 255) = 33.50%
R=50.25%
G=16.24%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.33
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99326600.680.330.61329.5551.1525.69
Hex632042044213D14a331a
Octal14340102010441755126332
Binary110001110000010000100100010010000111110110100101011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632042; }

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

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

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

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

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

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

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

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