#631744

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

Shades of Pompadour #631744

Tints of Pompadour #631744

Color information

#631744 (or 0x631744) is unknown color: approx Pompadour. HEX triplet: 63, 17 and 44. RGB value is (99,23,68). Sum of RGB (Red+Green+Blue) = 99+23+68=190 (25% of max value = 765). Red value is 99 (39.06% from 255 or 52.11% from 190); Green value is 23 (9.38% from 255 or 12.11% from 190); Blue value is 68 (26.95% from 255 or 35.79% from 190); Max value from RGB is 99 - color contains mainly: red. Hex color #631744 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631744 is #9CE8BB. Grayscale: #323232. Windows color (decimal): -10283196 or 4462435. OLE color: 4462435.

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

Color convert

RGB992368-
CMYK00.770.310.61
HSL324.47º62.3%23.92%-
HSV(B)324.47º76.77%38.82%-
XYZ6.53.685.84-
YUV50.85137.68162.34-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 52.11%
GREEN value IS 23 (9.38% from 255) = 12.11%
BLUE value IS 68 (26.95% from 255) = 35.79%
R=52.11%
G=12.11%
B=35.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.31
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99236800.770.310.61324.4762.323.92
Hex63174404D1F3D1443e18
Octal14327104011537755047630
Binary1100011101111000100010011011111111110110100010011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631744; }

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

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

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

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

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

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

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

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