#632950

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

Shades of Pompadour #632950

Tints of Pompadour #632950

Color information

#632950 (or 0x632950) is unknown color: approx Pompadour. HEX triplet: 63, 29 and 50. RGB value is (99,41,80). Sum of RGB (Red+Green+Blue) = 99+41+80=220 (29% of max value = 765). Red value is 99 (39.06% from 255 or 45% from 220); Green value is 41 (16.41% from 255 or 18.64% from 220); Blue value is 80 (31.64% from 255 or 36.36% from 220); Max value from RGB is 99 - color contains mainly: red. Hex color #632950 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632950 is #9CD6AF. Grayscale: #3E3E3E. Windows color (decimal): -10278576 or 5253475. OLE color: 5253475.

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

Color convert

RGB994180-
CMYK00.590.190.61
HSL319.66º41.43%27.45%-
HSV(B)319.66º58.59%38.82%-
XYZ7.394.828.13-
YUV62.79137.72153.83-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 45%
GREEN value IS 41 (16.41% from 255) = 18.64%
BLUE value IS 80 (31.64% from 255) = 36.36%
R=45%
G=18.64%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.19
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99418000.590.190.61319.6641.4327.45
Hex63295003B133D140291b
Octal1435112007323755005133
Binary1100011101001101000001110111001111110110100000010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632950; }

 p { color: rgb(99,41,80); }

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

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

 a { background-color: rgb(99,41,80); }

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

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

 span { border-color: rgb(99,41,80); }

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