#632248

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

Shades of Pompadour #632248

Tints of Pompadour #632248

Color information

#632248 (or 0x632248) is unknown color: approx Pompadour. HEX triplet: 63, 22 and 48. RGB value is (99,34,72). Sum of RGB (Red+Green+Blue) = 99+34+72=205 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.29% from 205); Green value is 34 (13.67% from 255 or 16.59% from 205); Blue value is 72 (28.52% from 255 or 35.12% from 205); Max value from RGB is 99 - color contains mainly: red. Hex color #632248 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632248 is #9CDDB7. Grayscale: #393939. Windows color (decimal): -10280376 or 4727395. OLE color: 4727395.

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

Color convert

RGB993472-
CMYK00.660.270.61
HSL324.92º48.87%26.08%-
HSV(B)324.92º65.66%38.82%-
XYZ6.894.266.59-
YUV57.77136.03157.41-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 48.29%
GREEN value IS 34 (13.67% from 255) = 16.59%
BLUE value IS 72 (28.52% from 255) = 35.12%
R=48.29%
G=16.59%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.27
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99347200.660.270.61324.9248.8726.08
Hex6322480421B3D145311a
Octal14342110010233755056132
Binary11000111000101001000010000101101111110110100010111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632248; }

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

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

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

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

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

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

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

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