#631E44

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

Shades of Pompadour #631E44

Tints of Pompadour #631E44

Color information

#631E44 (or 0x631E44) is unknown color: approx Pompadour. HEX triplet: 63, 1E and 44. RGB value is (99,30,68). Sum of RGB (Red+Green+Blue) = 99+30+68=197 (26% of max value = 765). Red value is 99 (39.06% from 255 or 50.25% from 197); Green value is 30 (12.11% from 255 or 15.23% from 197); Blue value is 68 (26.95% from 255 or 34.52% from 197); Max value from RGB is 99 - color contains mainly: red. Hex color #631E44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #631E44 is #9CE1BB. Grayscale: #363636. Windows color (decimal): -10281404 or 4464227. OLE color: 4464227.

HSL color Cylindrical-coordinate representation of color #631E44: hue angle of 326.96º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #631E44 is Cyan = 0, Magento = 0.70, Yellow = 0.31 and Black (K on CMYK) = 0.61.

Color convert

RGB993068-
CMYK00.700.310.61
HSL326.96º53.49%25.29%-
HSV(B)326.96º69.7%38.82%-
XYZ6.6545.89-
YUV54.96135.36159.41-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 50.25%
GREEN value IS 30 (12.11% from 255) = 15.23%
BLUE value IS 68 (26.95% from 255) = 34.52%
R=50.25%
G=15.23%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.31
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99306800.700.310.61326.9653.4925.29
Hex631E440461F3D1473519
Octal14336104010637755076531
Binary1100011111101000100010001101111111110110100011111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631E44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631E44; }

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

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

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

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

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

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

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

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