#632644

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

Shades of Pompadour #632644

Tints of Pompadour #632644

Color information

#632644 (or 0x632644) is unknown color: approx Pompadour. HEX triplet: 63, 26 and 44. RGB value is (99,38,68). Sum of RGB (Red+Green+Blue) = 99+38+68=205 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.29% from 205); Green value is 38 (15.23% from 255 or 18.54% from 205); Blue value is 68 (26.95% from 255 or 33.17% from 205); Max value from RGB is 99 - color contains mainly: red. Hex color #632644 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632644 is #9CD9BB. Grayscale: #3B3B3B. Windows color (decimal): -10279356 or 4466275. OLE color: 4466275.

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

Color convert

RGB993868-
CMYK00.620.310.61
HSL330.49º44.53%26.86%-
HSV(B)330.49º61.62%38.82%-
XYZ6.884.465.97-
YUV59.66132.71156.06-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 48.29%
GREEN value IS 38 (15.23% from 255) = 18.54%
BLUE value IS 68 (26.95% from 255) = 33.17%
R=48.29%
G=18.54%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.31
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99386800.620.310.61330.4944.5326.86
Hex63264403E1F3D14a2d1b
Octal1434610407637755125533
Binary1100011100110100010001111101111111110110100101010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632644; }

 p { color: rgb(99,38,68); }

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

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

 a { background-color: rgb(99,38,68); }

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

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

 span { border-color: rgb(99,38,68); }

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