#632650

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

Shades of Pompadour #632650

Tints of Pompadour #632650

Color information

#632650 (or 0x632650) is unknown color: approx Pompadour. HEX triplet: 63, 26 and 50. RGB value is (99,38,80). Sum of RGB (Red+Green+Blue) = 99+38+80=217 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.62% from 217); Green value is 38 (15.23% from 255 or 17.51% from 217); Blue value is 80 (31.64% from 255 or 36.87% from 217); Max value from RGB is 99 - color contains mainly: red. Hex color #632650 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632650 is #9CD9AF. Grayscale: #3C3C3C. Windows color (decimal): -10279344 or 5252707. OLE color: 5252707.

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

Color convert

RGB993880-
CMYK00.620.190.61
HSL318.69º44.53%26.86%-
HSV(B)318.69º61.62%38.82%-
XYZ7.294.628.1-
YUV61.03138.71155.08-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 45.62%
GREEN value IS 38 (15.23% from 255) = 17.51%
BLUE value IS 80 (31.64% from 255) = 36.87%
R=45.62%
G=17.51%
B=36.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.19
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99388000.620.190.61318.6944.5326.86
Hex63265003E133D13f2d1b
Octal1434612007623754775533
Binary1100011100110101000001111101001111110110011111110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632650; }

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

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

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

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

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

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

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

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