#632446

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

Shades of Pompadour #632446

Tints of Pompadour #632446

Color information

#632446 (or 0x632446) is unknown color: approx Pompadour. HEX triplet: 63, 24 and 46. RGB value is (99,36,70). Sum of RGB (Red+Green+Blue) = 99+36+70=205 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.29% from 205); Green value is 36 (14.45% from 255 or 17.56% from 205); Blue value is 70 (27.73% from 255 or 34.15% from 205); Max value from RGB is 99 - color contains mainly: red. Hex color #632446 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632446 is #9CDBB9. Grayscale: #3A3A3A. Windows color (decimal): -10279866 or 4596835. OLE color: 4596835.

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

Color convert

RGB993670-
CMYK00.640.290.61
HSL327.62º46.67%26.47%-
HSV(B)327.62º63.64%38.82%-
XYZ6.884.366.27-
YUV58.71134.37156.74-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 48.29%
GREEN value IS 36 (14.45% from 255) = 17.56%
BLUE value IS 70 (27.73% from 255) = 34.15%
R=48.29%
G=17.56%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.29
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99367000.640.290.61327.6246.6726.47
Hex6324460401D3D1482f1a
Octal14344106010035755105732
Binary11000111001001000110010000001110111110110100100010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632446; }

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

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

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

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

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

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

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

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