#632648

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

Shades of Pompadour #632648

Tints of Pompadour #632648

Color information

#632648 (or 0x632648) is unknown color: approx Pompadour. HEX triplet: 63, 26 and 48. RGB value is (99,38,72). Sum of RGB (Red+Green+Blue) = 99+38+72=209 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.37% from 209); Green value is 38 (15.23% from 255 or 18.18% from 209); Blue value is 72 (28.52% from 255 or 34.45% from 209); Max value from RGB is 99 - color contains mainly: red. Hex color #632648 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632648 is #9CD9B7. Grayscale: #3C3C3C. Windows color (decimal): -10279352 or 4728419. OLE color: 4728419.

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

Color convert

RGB993872-
CMYK00.620.270.61
HSL326.56º44.53%26.86%-
HSV(B)326.56º61.62%38.82%-
XYZ7.014.516.63-
YUV60.11134.71155.74-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 47.37%
GREEN value IS 38 (15.23% from 255) = 18.18%
BLUE value IS 72 (28.52% from 255) = 34.45%
R=47.37%
G=18.18%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.27
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99387200.620.270.61326.5644.5326.86
Hex63264803E1B3D1472d1b
Octal1434611007633755075533
Binary1100011100110100100001111101101111110110100011110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632648; }

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

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

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

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

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

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

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

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