#632548

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

Shades of Pompadour #632548

Tints of Pompadour #632548

Color information

#632548 (or 0x632548) is unknown color: approx Pompadour. HEX triplet: 63, 25 and 48. RGB value is (99,37,72). Sum of RGB (Red+Green+Blue) = 99+37+72=208 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.60% from 208); Green value is 37 (14.84% from 255 or 17.79% from 208); Blue value is 72 (28.52% from 255 or 34.62% from 208); Max value from RGB is 99 - color contains mainly: red. Hex color #632548 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632548 is #9CDAB7. Grayscale: #3B3B3B. Windows color (decimal): -10279608 or 4728163. OLE color: 4728163.

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

Color convert

RGB993772-
CMYK00.630.270.61
HSL326.13º45.59%26.67%-
HSV(B)326.13º62.63%38.82%-
XYZ6.984.446.62-
YUV59.53135.04156.15-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 47.60%
GREEN value IS 37 (14.84% from 255) = 17.79%
BLUE value IS 72 (28.52% from 255) = 34.62%
R=47.60%
G=17.79%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.27
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99377200.630.270.61326.1345.5926.67
Hex63254803F1B3D1462e1b
Octal1434511007733755065633
Binary1100011100101100100001111111101111110110100011010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632548; }

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

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

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

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

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

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

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

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