#632749

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

Shades of Pompadour #632749

Tints of Pompadour #632749

Color information

#632749 (or 0x632749) is unknown color: approx Pompadour. HEX triplet: 63, 27 and 49. RGB value is (99,39,73). Sum of RGB (Red+Green+Blue) = 99+39+73=211 (27% of max value = 765). Red value is 99 (39.06% from 255 or 46.92% from 211); Green value is 39 (15.62% from 255 or 18.48% from 211); Blue value is 73 (28.91% from 255 or 34.60% from 211); Max value from RGB is 99 - color contains mainly: red. Hex color #632749 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632749 is #9CD8B6. Grayscale: #3C3C3C. Windows color (decimal): -10279095 or 4794211. OLE color: 4794211.

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

Color convert

RGB993973-
CMYK00.610.260.61
HSL326º43.48%27.06%-
HSV(B)326º60.61%38.82%-
XYZ7.074.586.82-
YUV60.82134.88155.24-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 46.92%
GREEN value IS 39 (15.62% from 255) = 18.48%
BLUE value IS 73 (28.91% from 255) = 34.60%
R=46.92%
G=18.48%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.26
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99397300.610.260.6132643.4827.06
Hex63274903D1A3D1462b1b
Octal1434711107532755065333
Binary1100011100111100100101111011101011110110100011010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632749; }

 p { color: rgb(99,39,73); }

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

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

 a { background-color: rgb(99,39,73); }

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

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

 span { border-color: rgb(99,39,73); }

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