#632C48

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

Shades of Pompadour #632C48

Tints of Pompadour #632C48

Color information

#632C48 (or 0x632C48) is unknown color: approx Pompadour. HEX triplet: 63, 2C and 48. RGB value is (99,44,72). Sum of RGB (Red+Green+Blue) = 99+44+72=215 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.05% from 215); Green value is 44 (17.58% from 255 or 20.47% from 215); Blue value is 72 (28.52% from 255 or 33.49% from 215); Max value from RGB is 99 - color contains mainly: red. Hex color #632C48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632C48 is #9CD3B7. Grayscale: #3F3F3F. Windows color (decimal): -10277816 or 4729955. OLE color: 4729955.

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

Color convert

RGB994472-
CMYK00.560.270.61
HSL329.45º38.46%28.04%-
HSV(B)329.45º55.56%38.82%-
XYZ7.224.926.7-
YUV63.64132.72153.22-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 46.05%
GREEN value IS 44 (17.58% from 255) = 20.47%
BLUE value IS 72 (28.52% from 255) = 33.49%
R=46.05%
G=20.47%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.27
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99447200.560.270.61329.4538.4628.04
Hex632C480381B3D149261c
Octal1435411007033755114634
Binary1100011101100100100001110001101111110110100100110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632C48; }

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

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

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

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

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

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

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

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