#632348

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

Shades of Pompadour #632348

Tints of Pompadour #632348

Color information

#632348 (or 0x632348) is unknown color: approx Pompadour. HEX triplet: 63, 23 and 48. RGB value is (99,35,72). Sum of RGB (Red+Green+Blue) = 99+35+72=206 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.06% from 206); Green value is 35 (14.06% from 255 or 16.99% from 206); Blue value is 72 (28.52% from 255 or 34.95% from 206); Max value from RGB is 99 - color contains mainly: red. Hex color #632348 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632348 is #9CDCB7. Grayscale: #3A3A3A. Windows color (decimal): -10280120 or 4727651. OLE color: 4727651.

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

Color convert

RGB993572-
CMYK00.650.270.61
HSL325.31º47.76%26.27%-
HSV(B)325.31º64.65%38.82%-
XYZ6.924.326.6-
YUV58.35135.7156.99-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 48.06%
GREEN value IS 35 (14.06% from 255) = 16.99%
BLUE value IS 72 (28.52% from 255) = 34.95%
R=48.06%
G=16.99%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.27
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99357200.650.270.61325.3147.7626.27
Hex6323480411B3D145301a
Octal14343110010133755056032
Binary11000111000111001000010000011101111110110100010111000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632348; }

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

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

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

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

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

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

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

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