#632E4D

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

Shades of Pompadour #632E4D

Tints of Pompadour #632E4D

Color information

#632E4D (or 0x632E4D) is unknown color: approx Pompadour. HEX triplet: 63, 2E and 4D. RGB value is (99,46,77). Sum of RGB (Red+Green+Blue) = 99+46+77=222 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.59% from 222); Green value is 46 (18.36% from 255 or 20.72% from 222); Blue value is 77 (30.47% from 255 or 34.68% from 222); Max value from RGB is 99 - color contains mainly: red. Hex color #632E4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632E4D is #9CD1B2. Grayscale: #414141. Windows color (decimal): -10277299 or 5058147. OLE color: 5058147.

HSL color Cylindrical-coordinate representation of color #632E4D: hue angle of 324.91º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #632E4D is Cyan = 0, Magento = 0.54, Yellow = 0.22 and Black (K on CMYK) = 0.61.

Color convert

RGB994677-
CMYK00.540.220.61
HSL324.91º36.55%28.43%-
HSV(B)324.91º53.54%38.82%-
XYZ7.465.147.62-
YUV65.38134.56151.98-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 44.59%
GREEN value IS 46 (18.36% from 255) = 20.72%
BLUE value IS 77 (30.47% from 255) = 34.68%
R=44.59%
G=20.72%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.22
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99467700.540.220.61324.9136.5528.43
Hex632E4D036163D145251c
Octal1435611506626755054534
Binary1100011101110100110101101101011011110110100010110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632E4D; }

 p { color: rgb(99,46,77); }

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

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

 a { background-color: rgb(99,46,77); }

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

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

 span { border-color: rgb(99,46,77); }

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