#632440

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

Shades of Pompadour #632440

Tints of Pompadour #632440

Color information

#632440 (or 0x632440) is unknown color: approx Pompadour. HEX triplet: 63, 24 and 40. RGB value is (99,36,64). Sum of RGB (Red+Green+Blue) = 99+36+64=199 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.75% from 199); Green value is 36 (14.45% from 255 or 18.09% from 199); Blue value is 64 (25.39% from 255 or 32.16% from 199); Max value from RGB is 99 - color contains mainly: red. Hex color #632440 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632440 is #9CDBBF. Grayscale: #393939. Windows color (decimal): -10279872 or 4203619. OLE color: 4203619.

HSL color Cylindrical-coordinate representation of color #632440: hue angle of 333.33º 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 #632440 is Cyan = 0, Magento = 0.64, Yellow = 0.35 and Black (K on CMYK) = 0.61.

Color convert

RGB993664-
CMYK00.640.350.61
HSL333.33º46.67%26.47%-
HSV(B)333.33º63.64%38.82%-
XYZ6.74.285.32-
YUV58.03131.37157.22-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 49.75%
GREEN value IS 36 (14.45% from 255) = 18.09%
BLUE value IS 64 (25.39% from 255) = 32.16%
R=49.75%
G=18.09%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.35
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99366400.640.350.61333.3346.6726.47
Hex632440040233D14d2f1a
Octal14344100010043755155732
Binary110001110010010000000100000010001111110110100110110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632440; }

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

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

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

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

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

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

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

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