#632448

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

Shades of Pompadour #632448

Tints of Pompadour #632448

Color information

#632448 (or 0x632448) is unknown color: approx Pompadour. HEX triplet: 63, 24 and 48. RGB value is (99,36,72). Sum of RGB (Red+Green+Blue) = 99+36+72=207 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.83% from 207); Green value is 36 (14.45% from 255 or 17.39% from 207); Blue value is 72 (28.52% from 255 or 34.78% from 207); Max value from RGB is 99 - color contains mainly: red. Hex color #632448 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632448 is #9CDBB7. Grayscale: #3A3A3A. Windows color (decimal): -10279864 or 4727907. OLE color: 4727907.

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

Color convert

RGB993672-
CMYK00.640.270.61
HSL325.71º46.67%26.47%-
HSV(B)325.71º63.64%38.82%-
XYZ6.954.386.61-
YUV58.94135.37156.57-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 47.83%
GREEN value IS 36 (14.45% from 255) = 17.39%
BLUE value IS 72 (28.52% from 255) = 34.78%
R=47.83%
G=17.39%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.27
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99367200.640.270.61325.7146.6726.47
Hex6324480401B3D1462f1a
Octal14344110010033755065732
Binary11000111001001001000010000001101111110110100011010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632448; }

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

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

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

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

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

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

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

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